mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 01:42:20 +00:00
riff: add 0x64 to g726
Sample-Id: g726-test1.wav
This commit is contained in:
parent
b7a12ab95b
commit
7b600ea0da
@ -378,6 +378,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
|
||||
{ AV_CODEC_ID_ADPCM_IMA_DK4, 0x0061 },
|
||||
/* rogue format number */
|
||||
{ AV_CODEC_ID_ADPCM_IMA_DK3, 0x0062 },
|
||||
{ AV_CODEC_ID_ADPCM_G726, 0x0064 },
|
||||
{ AV_CODEC_ID_ADPCM_IMA_WAV, 0x0069 },
|
||||
{ AV_CODEC_ID_METASOUND, 0x0075 },
|
||||
{ AV_CODEC_ID_AAC, 0x00ff },
|
||||
|
Loading…
Reference in New Issue
Block a user