Mercurial > libavformat.hg
diff isom.c @ 1948:80d330650d35 libavformat
cosmectics, mov -> mp4
| author | bcoudurier |
|---|---|
| date | Sat, 24 Mar 2007 15:24:36 +0000 |
| parents | cf875ab73dce |
| children | f5388fb80421 |
line wrap: on
line diff
--- a/isom.c Sat Mar 24 15:17:30 2007 +0000 +++ b/isom.c Sat Mar 24 15:24:36 2007 +0000 @@ -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 },
