[Ffmpeg-cvslog] r8533 - trunk/libavcodec/vc1.c
kostya
subversion
Tue Mar 27 09:28:52 CEST 2007
Author: kostya
Date: Tue Mar 27 09:28:52 2007
New Revision: 8533
Modified:
trunk/libavcodec/vc1.c
Log:
FASTTX==0 means additional 16 bits in extradata
Modified: trunk/libavcodec/vc1.c
==============================================================================
--- trunk/libavcodec/vc1.c (original)
+++ trunk/libavcodec/vc1.c Tue Mar 27 09:28:52 2007
@@ -1261,6 +1261,8 @@ static int decode_sequence_header(AVCode
"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"
More information about the ffmpeg-cvslog
mailing list