diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-24 15:24:36 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-03-24 15:24:36 +0000 |
commit | ccba88d764e71cf8ece8f4861fbceab6ed6e805a (patch) | |
tree | 0d90047954525b2d59a4224d5a018c163391cf94 /libavformat/movenc.c | |
parent | 295b7dc367808317e2ea22ca147f8fe4d1caf597 (diff) | |
download | ffmpeg-ccba88d764e71cf8ece8f4861fbceab6ed6e805a.tar.gz |
cosmectics, mov -> mp4
Originally committed as revision 8497 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r-- | libavformat/movenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c index c5f777d023..e93416914f 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -260,7 +260,7 @@ static int mov_write_esds_tag(ByteIOContext *pb, MOVTrack* track) // Basic putDescr(pb, 0x04, 13 + decoderSpecificInfoLen); // Object type indication - put_byte(pb, codec_get_tag(ff_mov_obj_type, track->enc->codec_id)); + put_byte(pb, codec_get_tag(ff_mp4_obj_type, track->enc->codec_id)); // the following fields is made of 6 bits to identify the streamtype (4 for video, 5 for audio) // plus 1 bit to indicate upstream and 1 bit set to 1 (reserved) |