diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-04-27 17:19:07 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-04-27 17:19:07 +0000 |
commit | 13544287d50208f1ab673924858e6a27d1eadb8e (patch) | |
tree | 76b10684264cf01e39f2f23b06002a6fef742fe2 /libavformat/aiff.c | |
parent | 7bb7ad0eb5b6c169b24aad15c1f7770c9b91d3af (diff) | |
download | ffmpeg-13544287d50208f1ab673924858e6a27d1eadb8e.tar.gz |
Support for newer MacOSX AIFF
Originally committed as revision 8852 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/aiff.c')
-rw-r--r-- | libavformat/aiff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/aiff.c b/libavformat/aiff.c index 74ff14a14f..af06badd2d 100644 --- a/libavformat/aiff.c +++ b/libavformat/aiff.c @@ -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 }, }; |