[Ffmpeg-cvslog] r5693 - trunk/libavcodec/vc1.c

diego subversion
Sun Jul 9 17:12:45 CEST 2006


Author: diego
Date: Sun Jul  9 17:12:45 2006
New Revision: 5693

Modified:
   trunk/libavcodec/vc1.c

Log:
FastUVMV vs FastUVMC typo, noticed by bond


Modified: trunk/libavcodec/vc1.c
==============================================================================
--- trunk/libavcodec/vc1.c	(original)
+++ trunk/libavcodec/vc1.c	Sun Jul  9 17:12:45 2006
@@ -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,




More information about the ffmpeg-cvslog mailing list