Skip to content
Snippets Groups Projects
Commit 00ccdcd8 authored by Piotr Bandurski's avatar Piotr Bandurski Committed by Vittorio Giovara
Browse files

riff: add 0x594a TwoCC for Xan DPCM

Sample-Id: crusader-no-regret.avi
parent 7b600ea0
No related branches found
No related tags found
No related merge requests found
...@@ -402,6 +402,7 @@ const AVCodecTag ff_codec_wav_tags[] = { ...@@ -402,6 +402,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
{ AV_CODEC_ID_PCM_MULAW, 0x6c75 }, { AV_CODEC_ID_PCM_MULAW, 0x6c75 },
{ AV_CODEC_ID_AAC, 0x706d }, { AV_CODEC_ID_AAC, 0x706d },
{ AV_CODEC_ID_AAC, 0x4143 }, { AV_CODEC_ID_AAC, 0x4143 },
{ AV_CODEC_ID_XAN_DPCM, 0x594a },
{ AV_CODEC_ID_SPEEX, 0xA109 }, { AV_CODEC_ID_SPEEX, 0xA109 },
{ AV_CODEC_ID_FLAC, 0xF1AC }, { AV_CODEC_ID_FLAC, 0xF1AC },
{ AV_CODEC_ID_ADPCM_SWF, ('S' << 8) + 'F' }, { AV_CODEC_ID_ADPCM_SWF, ('S' << 8) + 'F' },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment