changeset 3457:ad66c11aeab4 libavcodec

FastUVMV vs FastUVMC typo, noticed by bond
author diego
date Sun, 09 Jul 2006 15:12:45 +0000
parents fa0b285144f0
children 9bb2734f65d7
files vc1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vc1.c	Sun Jul 09 13:01:06 2006 +0000
+++ b/vc1.c	Sun Jul 09 15:12:45 2006 +0000
@@ -1266,7 +1266,7 @@
         }
         av_log(avctx, AV_LOG_DEBUG,
                "Profile %i:\nfrmrtq_postproc=%i, bitrtq_postproc=%i\n"
-               "LoopFilter=%i, MultiRes=%i, FastUVMV=%i, Extended MV=%i\n"
+               "LoopFilter=%i, MultiRes=%i, FastUVMC=%i, Extended MV=%i\n"
                "Rangered=%i, VSTransform=%i, Overlap=%i, SyncMarker=%i\n"
                "DQuant=%i, Quantizer mode=%i, Max B frames=%i\n",
                v->profile, v->frmrtq_postproc, v->bitrtq_postproc,