Added codec id for QCELP.

Originally committed as revision 6036 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benjamin Larsson
2006-08-20 19:08:05 +00:00
parent 27cd2c10b0
commit 6c496518e8
3 changed files with 3 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ const CodecTag ff_mov_obj_type[] = {
{ CODEC_ID_MJPEG , 108 },
{ CODEC_ID_PCM_S16LE , 224 },
{ CODEC_ID_VORBIS , 221 },
{ CODEC_ID_QCELP , 225 },
{ CODEC_ID_AC3 , 226 },
{ CODEC_ID_PCM_ALAW , 227 },
{ CODEC_ID_PCM_MULAW , 228 },