diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2014-04-03 16:19:32 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 01:29:28 +0200 |
commit | b7a12ab95bbd672ef015dc2d2c04a293e1185fe8 (patch) | |
tree | 765dfbfdf0a35aaeb538c89a3ff12e6f754afeb4 | |
parent | 10a14bd574574dba3d982f3666a535cda1363f4c (diff) | |
download | ffmpeg-b7a12ab95bbd672ef015dc2d2c04a293e1185fe8.tar.gz |
riff: add G723_1 wav tag
-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 bda5d89bfd..3749640de9 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -368,6 +368,7 @@ const AVCodecTag ff_codec_wav_tags[] = { { AV_CODEC_ID_GSM_MS, 0x0031 }, { AV_CODEC_ID_GSM_MS, 0x0032 }, { AV_CODEC_ID_AMR_NB, 0x0038 }, /* rogue format number */ + { AV_CODEC_ID_G723_1, 0x0042 }, { AV_CODEC_ID_ADPCM_G726, 0x0045 }, { AV_CODEC_ID_MP2, 0x0050 }, { AV_CODEC_ID_MP3, 0x0055 }, |