diff options
author | Compn <tempn@twmi.rr.com> | 2011-10-02 17:39:03 -0400 |
---|---|---|
committer | Compn <tempn@twmi.rr.com> | 2011-10-02 17:41:16 -0400 |
commit | 3ebab62fc67591fd9313fad32892d7d32e805422 (patch) | |
tree | bf537831061544eb439257da7043c9205f4f53ab | |
parent | a4fd95b5d511384ed3ce388d8d20a16b1c4c0530 (diff) | |
download | ffmpeg-3ebab62fc67591fd9313fad32892d7d32e805422.tar.gz |
riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/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 5c489d7b01..96a9666df1 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -298,6 +298,7 @@ const AVCodecTag ff_codec_wav_tags[] = { { CODEC_ID_ADPCM_YAMAHA, 0x0020 }, { CODEC_ID_TRUESPEECH, 0x0022 }, { CODEC_ID_GSM_MS, 0x0031 }, + { CODEC_ID_AMR_NB, 0x0038 }, /* rogue format number */ { CODEC_ID_ADPCM_G726, 0x0045 }, { CODEC_ID_MP2, 0x0050 }, { CODEC_ID_MP3, 0x0055 }, |