summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorPiotr Bandurski <ami_stuff@o2.pl>2012-07-21 00:45:34 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-07-21 05:48:31 +0200
commit3800facac692bf6b255bb2859a338334b0b692fe (patch)
tree357b48845670c82b971e5f0527cf2186095f734f /libavformat
parentb99e9ee93896356539c666a1e97aa6c89863f6cf (diff)
riff: add G723_1 wav tag
Reveiwed-by: compn <tempn@twmi.rr.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 1492bb3217..e3cf459642 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -335,6 +335,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ CODEC_ID_TRUESPEECH, 0x0022 },
{ CODEC_ID_GSM_MS, 0x0031 },
{ CODEC_ID_AMR_NB, 0x0038 }, /* rogue format number */
+ { CODEC_ID_G723_1, 0x0042 },
{ CODEC_ID_ADPCM_G726, 0x0045 },
{ CODEC_ID_MP2, 0x0050 },
{ CODEC_ID_MP3, 0x0055 },