mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-03 01:33:50 +08:00
Added codec id for QCELP.
Originally committed as revision 6036 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user