diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-09-16 20:57:53 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-09-16 20:57:53 +0200 |
commit | 551fcbbccbca8e78443c049421f01f350d4bc370 (patch) | |
tree | f71f4719dcd6375b176e2955f848485a48f436eb /libavformat | |
parent | dc0806dd25882f41f6085c8356712f95fded56c7 (diff) | |
download | ffmpeg-551fcbbccbca8e78443c049421f01f350d4bc370.tar.gz |
lavc/g729dec: Support decoding Sipro ACELP.KELVIN.
Fixes ticket #4799.
Analyzed-by: Aleksandr Ustinov
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index f2c04f8d95..048a79e394 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -540,6 +540,7 @@ const AVCodecTag ff_codec_wav_tags[] = { { AV_CODEC_ID_AAC, 0x00ff }, { AV_CODEC_ID_G723_1, 0x0111 }, { AV_CODEC_ID_SIPR, 0x0130 }, + { AV_CODEC_ID_ACELP_KELVIN, 0x0135 }, { AV_CODEC_ID_WMAV1, 0x0160 }, { AV_CODEC_ID_WMAV2, 0x0161 }, { AV_CODEC_ID_WMAPRO, 0x0162 }, |