Commit 2c7941bc authored by kostya's avatar kostya

Support for newer MacOSX AIFF

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8852 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5e855e08
......@@ -36,6 +36,7 @@ static const AVCodecTag codec_aiff_tags[] = {
{ CODEC_ID_MACE6, MKTAG('M','A','C','6') },
{ CODEC_ID_GSM, MKTAG('G','S','M',' ') },
{ CODEC_ID_ADPCM_G726, MKTAG('G','7','2','6') },
{ CODEC_ID_PCM_S16LE, MKTAG('s','o','w','t') },
{ 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