Mercurial > libavformat.hg
changeset 3069:48a89cfefa99 libavformat
remove useless tags, codec_get_id matches independently and qt uses lower case tags
author | bcoudurier |
---|---|
date | Mon, 25 Feb 2008 12:08:26 +0000 |
parents | 9cc9ff5aff9c |
children | f4d4687e5b1f |
files | aiff.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/aiff.c Mon Feb 25 12:00:31 2008 +0000 +++ b/aiff.c Mon Feb 25 12:08:26 2008 +0000 @@ -29,9 +29,7 @@ { 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',' ') },