diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-02-25 12:08:26 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-02-25 12:08:26 +0000 |
commit | b4dc27a82984eb06aa91a24bd21f9989b4f946a0 (patch) | |
tree | 5232951323a7b7cb340170a3f4ecb17dc0692970 | |
parent | e13c0783333a17ec2a14d6b283ea78cb506ec05d (diff) | |
download | ffmpeg-b4dc27a82984eb06aa91a24bd21f9989b4f946a0.tar.gz |
remove useless tags, codec_get_id matches independently and qt uses lower case tags
Originally committed as revision 12199 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/aiff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/aiff.c b/libavformat/aiff.c index 4a574644a7..586e2e376a 100644 --- a/libavformat/aiff.c +++ b/libavformat/aiff.c @@ -29,9 +29,7 @@ static const AVCodecTag codec_aiff_tags[] = { { CODEC_ID_PCM_S24BE, MKTAG('N','O','N','E') }, { CODEC_ID_PCM_S32BE, MKTAG('N','O','N','E') }, { CODEC_ID_PCM_ALAW, MKTAG('a','l','a','w') }, - { CODEC_ID_PCM_ALAW, MKTAG('A','L','A','W') }, { CODEC_ID_PCM_MULAW, MKTAG('u','l','a','w') }, - { CODEC_ID_PCM_MULAW, MKTAG('U','L','A','W') }, { CODEC_ID_MACE3, MKTAG('M','A','C','3') }, { CODEC_ID_MACE6, MKTAG('M','A','C','6') }, { CODEC_ID_GSM, MKTAG('G','S','M',' ') }, |