diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-01-26 02:22:45 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-01-26 02:22:45 +0000 |
commit | 4f8dc3b7f1273a374f72f7fc0e33684a745e2127 (patch) | |
tree | a9d4bbc1f0581a2602e37a36069ac89b668e5e1d /libavformat | |
parent | c63d3668fc0a87e383fa2548045a2163cf083804 (diff) | |
download | ffmpeg-4f8dc3b7f1273a374f72f7fc0e33684a745e2127.tar.gz |
this one is not standardized either
Originally committed as revision 11611 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/isom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index ac92296489..07f00bbefe 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -47,7 +47,6 @@ const AVCodecTag ff_mp4_obj_type[] = { { CODEC_ID_JPEG2000 , 110 }, /* 15444-1 */ { CODEC_ID_VC1 , 163 }, { CODEC_ID_VORBIS , 221 }, - { CODEC_ID_PCM_S16LE , 224 }, { CODEC_ID_QCELP , 225 }, { 0, 0 }, }; |