Commit 6a3f1997 authored by bcoudurier's avatar bcoudurier

remove non standard object type ids, if you find samples, report them

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11610 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a49df44d
......@@ -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 },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment