Mercurial > libavformat.hg
diff isom.c @ 1677:2a85c82b8538 libavformat
add codec_id <-> codec_tag tables to AVIn/OutputFormat
| author | michael |
|---|---|
| date | Sun, 21 Jan 2007 01:39:17 +0000 |
| parents | 0899bfe4105c |
| children | 9cd8cb3275f6 |
line wrap: on
line diff
--- a/isom.c Sat Jan 20 23:09:27 2007 +0000 +++ b/isom.c Sun Jan 21 01:39:17 2007 +0000 @@ -26,7 +26,7 @@ #include "isom.h" /* http://gpac.sourceforge.net/tutorial/mediatypes.htm */ -const CodecTag ff_mov_obj_type[] = { +const AVCodecTag ff_mov_obj_type[] = { { CODEC_ID_MPEG4 , 32 }, { CODEC_ID_H264 , 33 }, { CODEC_ID_AAC , 64 },
