Mercurial > libavcodec.hg
changeset 4742:184d33cce3b6 libavcodec
FASTTX==0 means additional 16 bits in extradata
author | kostya |
---|---|
date | Tue, 27 Mar 2007 07:28:52 +0000 |
parents | 17f982d0141b |
children | 6797f7088d00 |
files | vc1.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/vc1.c Tue Mar 27 07:27:53 2007 +0000 +++ b/vc1.c Tue Mar 27 07:28:52 2007 +0000 @@ -1261,6 +1261,8 @@ "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"