diff options
author | Compn <tempn@twmi.rr.com> | 2014-04-03 16:18:26 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 01:29:28 +0200 |
commit | 10a14bd574574dba3d982f3666a535cda1363f4c (patch) | |
tree | b412c755b825367784101afe8b69315fdd134c28 | |
parent | 228af18a98321f3358a195a3eb213e81334508fb (diff) | |
download | ffmpeg-10a14bd574574dba3d982f3666a535cda1363f4c.tar.gz |
riff: map 0x0038 to amrnb
Sample-Id: 40709.avi
-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 04ef1bc86b..bda5d89bfd 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -367,6 +367,7 @@ const AVCodecTag ff_codec_wav_tags[] = { { AV_CODEC_ID_TRUESPEECH, 0x0022 }, { AV_CODEC_ID_GSM_MS, 0x0031 }, { AV_CODEC_ID_GSM_MS, 0x0032 }, + { AV_CODEC_ID_AMR_NB, 0x0038 }, /* rogue format number */ { AV_CODEC_ID_ADPCM_G726, 0x0045 }, { AV_CODEC_ID_MP2, 0x0050 }, { AV_CODEC_ID_MP3, 0x0055 }, |