[SCM] libav/experimental: FastUVMV vs FastUVMC typo, noticed by bond

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:57 UTC 2013


The following commit has been merged in the experimental branch:
commit e148c6e19396c8b25bcf6b47fc983cf305ea73c1
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Jul 9 15:12:45 2006 +0000

    FastUVMV vs FastUVMC typo, noticed by bond
    
    Originally committed as revision 5693 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c
index f923d53..a53ecfe 100644
--- a/libavcodec/vc1.c
+++ b/libavcodec/vc1.c
@@ -1266,7 +1266,7 @@ static int decode_sequence_header(AVCodecContext *avctx, GetBitContext *gb)
         }
         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,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list