summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorCompn <tempn@twmi.rr.com>2013-09-15 22:03:03 -0400
committerCompn <tempn@twmi.rr.com>2013-09-15 22:03:03 -0400
commit9ea359808572ba5f99d285c5231c02d6b503ed7a (patch)
tree4ea6185fbea15220c887bc3f226e777573d15896 /libavformat
parent7fb2622456b9c43b96b2a1e64a3aeb13281ce3de (diff)
riff: g723_1 decodes vivo g723.1 in asf
works on bellair_digital_movie.asf
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 458a8f2841..853c569988 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -389,6 +389,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_ADPCM_IMA_WAV, 0x0069 },
{ AV_CODEC_ID_METASOUND, 0x0075 },
{ AV_CODEC_ID_AAC, 0x00ff },
+ { AV_CODEC_ID_G723_1, 0x0111 },
{ AV_CODEC_ID_SIPR, 0x0130 },
{ AV_CODEC_ID_WMAV1, 0x0160 },
{ AV_CODEC_ID_WMAV2, 0x0161 },