From cea65433e087f1a6e3fafb41d99f930d78f9380a Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Mon, 30 Nov 2009 22:01:21 +0000 Subject: decode qcelp in aiff, implement #1524, patch by Vitor Originally committed as revision 20674 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/aiff.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/aiff.h') 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 }, }; -- cgit v1.2.3