comparison vc1.c @ 3457:ad66c11aeab4 libavcodec

FastUVMV vs FastUVMC typo, noticed by bond
author diego
date Sun, 09 Jul 2006 15:12:45 +0000
parents e3f5377bddb2
children 24f293c3f3ef
comparison
equal deleted inserted replaced
3456:fa0b285144f0 3457:ad66c11aeab4
1264 "0 for reserved RES_RTM_FLAG is forbidden\n"); 1264 "0 for reserved RES_RTM_FLAG is forbidden\n");
1265 //return -1; 1265 //return -1;
1266 } 1266 }
1267 av_log(avctx, AV_LOG_DEBUG, 1267 av_log(avctx, AV_LOG_DEBUG,
1268 "Profile %i:\nfrmrtq_postproc=%i, bitrtq_postproc=%i\n" 1268 "Profile %i:\nfrmrtq_postproc=%i, bitrtq_postproc=%i\n"
1269 "LoopFilter=%i, MultiRes=%i, FastUVMV=%i, Extended MV=%i\n" 1269 "LoopFilter=%i, MultiRes=%i, FastUVMC=%i, Extended MV=%i\n"
1270 "Rangered=%i, VSTransform=%i, Overlap=%i, SyncMarker=%i\n" 1270 "Rangered=%i, VSTransform=%i, Overlap=%i, SyncMarker=%i\n"
1271 "DQuant=%i, Quantizer mode=%i, Max B frames=%i\n", 1271 "DQuant=%i, Quantizer mode=%i, Max B frames=%i\n",
1272 v->profile, v->frmrtq_postproc, v->bitrtq_postproc, 1272 v->profile, v->frmrtq_postproc, v->bitrtq_postproc,
1273 v->s.loop_filter, v->multires, v->fastuvmc, v->extended_mv, 1273 v->s.loop_filter, v->multires, v->fastuvmc, v->extended_mv,
1274 v->rangered, v->vstransform, v->overlap, v->s.resync_marker, 1274 v->rangered, v->vstransform, v->overlap, v->s.resync_marker,