mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
riff: add G723_1 wav tag
This commit is contained in:
parent
10a14bd574
commit
b7a12ab95b
@ -368,6 +368,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
|
||||
{ AV_CODEC_ID_GSM_MS, 0x0031 },
|
||||
{ AV_CODEC_ID_GSM_MS, 0x0032 },
|
||||
{ AV_CODEC_ID_AMR_NB, 0x0038 }, /* rogue format number */
|
||||
{ AV_CODEC_ID_G723_1, 0x0042 },
|
||||
{ AV_CODEC_ID_ADPCM_G726, 0x0045 },
|
||||
{ AV_CODEC_ID_MP2, 0x0050 },
|
||||
{ AV_CODEC_ID_MP3, 0x0055 },
|
||||
|
Loading…
Reference in New Issue
Block a user