diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2009-11-30 22:01:21 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-11-30 22:01:21 +0000 |
commit | cea65433e087f1a6e3fafb41d99f930d78f9380a (patch) | |
tree | 54e3683c9e6db5dfac9f8227ba19a66bea674535 /libavformat/aiff.h | |
parent | 0a04566120548cdcb6695dedffc55cf967e422d3 (diff) | |
download | ffmpeg-cea65433e087f1a6e3fafb41d99f930d78f9380a.tar.gz |
decode qcelp in aiff, implement #1524, patch by Vitor
Originally committed as revision 20674 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/aiff.h')
-rw-r--r-- | libavformat/aiff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/aiff.h b/libavformat/aiff.h index e8d4cce5e2..48fecbe8b0 100644 --- a/libavformat/aiff.h +++ b/libavformat/aiff.h @@ -46,6 +46,7 @@ static const AVCodecTag ff_codec_aiff_tags[] = { { CODEC_ID_PCM_S16LE, MKTAG('s','o','w','t') }, { CODEC_ID_ADPCM_IMA_QT, MKTAG('i','m','a','4') }, { CODEC_ID_QDM2, MKTAG('Q','D','M','2') }, + { CODEC_ID_QCELP, MKTAG('Q','c','l','p') }, { CODEC_ID_NONE, 0 }, }; |