Commit 652c7729 authored by Michael Niedermayer's avatar Michael Niedermayer

avidec: Fix XAN DPCM demuxing.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 324b8adc
......@@ -667,6 +667,7 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
if (st->codec->stream_codec_tag == AV_RL32("Axan")){
st->codec->codec_id = CODEC_ID_XAN_DPCM;
st->codec->codec_tag = 0;
ast->dshow_block_align = 0;
}
if (amv_file_format){
st->codec->codec_id = CODEC_ID_ADPCM_IMA_AMV;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment