comparison vc1.c @ 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 7738ad31b6e2
comparison
equal deleted inserted replaced
4741:17f982d0141b 4742:184d33cce3b6
1259 // "0 for reserved RES_RTM_FLAG is forbidden\n"); 1259 // "0 for reserved RES_RTM_FLAG is forbidden\n");
1260 av_log(avctx, AV_LOG_ERROR, 1260 av_log(avctx, AV_LOG_ERROR,
1261 "Old WMV3 version detected, only I-frames will be decoded\n"); 1261 "Old WMV3 version detected, only I-frames will be decoded\n");
1262 //return -1; 1262 //return -1;
1263 } 1263 }
1264 //TODO: figure out what they mean (always 0x402F)
1265 if(!v->res_fasttx) skip_bits(gb, 16);
1264 av_log(avctx, AV_LOG_DEBUG, 1266 av_log(avctx, AV_LOG_DEBUG,
1265 "Profile %i:\nfrmrtq_postproc=%i, bitrtq_postproc=%i\n" 1267 "Profile %i:\nfrmrtq_postproc=%i, bitrtq_postproc=%i\n"
1266 "LoopFilter=%i, MultiRes=%i, FastUVMC=%i, Extended MV=%i\n" 1268 "LoopFilter=%i, MultiRes=%i, FastUVMC=%i, Extended MV=%i\n"
1267 "Rangered=%i, VSTransform=%i, Overlap=%i, SyncMarker=%i\n" 1269 "Rangered=%i, VSTransform=%i, Overlap=%i, SyncMarker=%i\n"
1268 "DQuant=%i, Quantizer mode=%i, Max B frames=%i\n", 1270 "DQuant=%i, Quantizer mode=%i, Max B frames=%i\n",