mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/riff: map 0069 twocc to ADPCM IMA XBOX decoder
This commit is contained in:
parent
c3083b3266
commit
b2cba76d4f
@ -564,7 +564,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
|
||||
/* 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_ADPCM_IMA_XBOX, 0x0069 },
|
||||
{ AV_CODEC_ID_METASOUND, 0x0075 },
|
||||
{ AV_CODEC_ID_G729, 0x0083 },
|
||||
{ AV_CODEC_ID_AAC, 0x00ff },
|
||||
|
@ -6,7 +6,7 @@
|
||||
#sar 0: 0/1
|
||||
#tb 1: 16/11025
|
||||
#media_type 1: audio
|
||||
#codec_id 1: adpcm_ima_wav
|
||||
#codec_id 1: adpcm_ima_xbox
|
||||
#sample_rate 1: 44100
|
||||
#channel_layout_name 1: stereo
|
||||
0, 0, 0, 0, 1508, 0xefceba48
|
||||
|
Loading…
Reference in New Issue
Block a user