Revision 0abdb293 libavformat/mmf.c
libavformat/mmf.c | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
#include "avformat.h" |
22 |
#include "avio_internal.h" |
|
22 | 23 |
#include "pcm.h" |
23 | 24 |
#include "riff.h" |
24 | 25 |
|
... | ... | |
70 | 71 |
return -1; |
71 | 72 |
} |
72 | 73 |
|
73 |
put_tag(pb, "MMMD");
|
|
74 |
ffio_wfourcc(pb, "MMMD");
|
|
74 | 75 |
avio_wb32(pb, 0); |
75 | 76 |
pos = ff_start_tag(pb, "CNTI"); |
76 | 77 |
avio_w8(pb, 0); /* class */ |
... | ... | |
91 | 92 |
avio_w8(pb, 2); /* time base d */ |
92 | 93 |
avio_w8(pb, 2); /* time base g */ |
93 | 94 |
|
94 |
put_tag(pb, "Atsq");
|
|
95 |
ffio_wfourcc(pb, "Atsq");
|
|
95 | 96 |
avio_wb32(pb, 16); |
96 | 97 |
mmf->atsqpos = url_ftell(pb); |
97 | 98 |
/* Will be filled on close */ |
Also available in: Unified diff