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/isom.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/isom.c')
-rw-r--r-- | libavformat/isom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index c86ae98337..c1a690ef2b 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -26,7 +26,7 @@ #include "isom.h" /* http://www.mp4ra.org */ -const AVCodecTag ff_mov_obj_type[] = { +const AVCodecTag ff_mp4_obj_type[] = { { CODEC_ID_MPEG4 , 32 }, { CODEC_ID_H264 , 33 }, { CODEC_ID_AAC , 64 }, |