diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index b2a28d92bbaaf1757a5d85969bb203fc97690239..84868904df6f76d0dcb8605d601e52d1ecad38da 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -1261,6 +1261,8 @@ static int decode_sequence_header(AVCodecContext *avctx, GetBitContext *gb) "Old WMV3 version detected, only I-frames will be decoded\n"); //return -1; } + //TODO: figure out what they mean (always 0x402F) + if(!v->res_fasttx) skip_bits(gb, 16); av_log(avctx, AV_LOG_DEBUG, "Profile %i:\nfrmrtq_postproc=%i, bitrtq_postproc=%i\n" "LoopFilter=%i, MultiRes=%i, FastUVMC=%i, Extended MV=%i\n"