Ticket #2854: msn.diff
| File msn.diff, 543 bytes (added by , 13 years ago) |
|---|
-
libavformat/riff.c
diff --git a/libavformat/riff.c b/libavformat/riff.c index 8bcf929..2d1a96b 100644
a b const AVCodecTag ff_codec_wav_tags[] = { 372 372 { AV_CODEC_ID_ADPCM_YAMAHA, 0x0020 }, 373 373 { AV_CODEC_ID_TRUESPEECH, 0x0022 }, 374 374 { AV_CODEC_ID_GSM_MS, 0x0031 }, 375 { AV_CODEC_ID_GSM_MS, 0x0032 }, 375 376 { AV_CODEC_ID_AMR_NB, 0x0038 }, /* rogue format number */ 376 377 { AV_CODEC_ID_G723_1, 0x0042 }, 377 378 { AV_CODEC_ID_ADPCM_G726, 0x0045 },
