]> git.sesse.net Git - vlc/commitdiff
x264.c: the string review was a bit too strong here
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 2 Apr 2006 21:06:13 +0000 (21:06 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 2 Apr 2006 21:06:13 +0000 (21:06 +0000)
modules/codec/x264.c

index cd999304f7221b622ae3a640b1c6d8362fda9507..038df837cbee1be6844ec28d730b0944798d5c1c 100644 (file)
@@ -95,8 +95,8 @@ static void Close( vlc_object_t * );
     "live-action source material. Some decoders are unable to deal with " \
     "large frameref values. From 1 to 16" )
 
-#define NF_TEXT N_("Loop filter")
-#define NF_LONGTEXT N_( "Deblocking loop filter (increases quality).")
+#define NF_TEXT N_("Skip loop filter")
+#define NF_LONGTEXT N_( "Deactivate the deblocking loop filter (decreases quality).")
 
 /* Ratecontrol */