diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-01-26 01:35:51 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-01-26 01:35:51 +0000 |
commit | c63d3668fc0a87e383fa2548045a2163cf083804 (patch) | |
tree | 4f7b8693c870ebd2fe82f8e404cde5ddbb433e08 /libavformat/isom.c | |
parent | 7b0dee28d2d58aa038bdab45e35242fb7052e86b (diff) | |
download | ffmpeg-c63d3668fc0a87e383fa2548045a2163cf083804.tar.gz |
remove non standard object type ids, if you find samples, report them
Originally committed as revision 11610 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r-- | libavformat/isom.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index fd9c3569fb..ac92296489 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -49,12 +49,6 @@ const AVCodecTag ff_mp4_obj_type[] = { { CODEC_ID_VORBIS , 221 }, { CODEC_ID_PCM_S16LE , 224 }, { CODEC_ID_QCELP , 225 }, - { CODEC_ID_AC3 , 226 }, - { CODEC_ID_PCM_ALAW , 227 }, - { CODEC_ID_PCM_MULAW , 228 }, - { CODEC_ID_PCM_S16BE , 230 }, - { CODEC_ID_H263 , 242 }, - { CODEC_ID_H261 , 243 }, { 0, 0 }, }; |