Support for newer MacOSX AIFF
authorKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 27 Apr 2007 17:19:07 +0000 (17:19 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 27 Apr 2007 17:19:07 +0000 (17:19 +0000)
Originally committed as revision 8852 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/aiff.c

index 74ff14a..af06bad 100644 (file)
@@ -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 },
 };