1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avformat/riff: assign g721 and g723 codec tags to g726 decoder

This commit is contained in:
Piotr Bandurski
2016-04-27 20:32:04 +02:00
committed by Carl Eugen Hoyos
parent c4312b1cf4
commit 55e6323090

View File

@@ -444,6 +444,8 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_AMR_NB, 0x0038 }, /* rogue format number */ { AV_CODEC_ID_AMR_NB, 0x0038 }, /* rogue format number */
{ AV_CODEC_ID_G723_1, 0x0042 }, { AV_CODEC_ID_G723_1, 0x0042 },
{ AV_CODEC_ID_ADPCM_G726, 0x0045 }, { AV_CODEC_ID_ADPCM_G726, 0x0045 },
{ AV_CODEC_ID_ADPCM_G726, 0x0014 },
{ AV_CODEC_ID_ADPCM_G726, 0x0040 },
{ AV_CODEC_ID_MP2, 0x0050 }, { AV_CODEC_ID_MP2, 0x0050 },
{ AV_CODEC_ID_MP3, 0x0055 }, { AV_CODEC_ID_MP3, 0x0055 },
{ AV_CODEC_ID_AMR_NB, 0x0057 }, { AV_CODEC_ID_AMR_NB, 0x0057 },