summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-09-16 20:57:53 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-09-16 20:57:53 +0200
commit551fcbbccbca8e78443c049421f01f350d4bc370 (patch)
treef71f4719dcd6375b176e2955f848485a48f436eb /libavformat/riff.c
parentdc0806dd25882f41f6085c8356712f95fded56c7 (diff)
lavc/g729dec: Support decoding Sipro ACELP.KELVIN.
Fixes ticket #4799. Analyzed-by: Aleksandr Ustinov
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
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 },