[vlc-commits] avcodec: mark skiploopfilter as non-advanced option, it's in simple prefs

Ilkka Ollakka git at videolan.org
Thu Mar 17 14:24:28 CET 2011


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Thu Mar 17 14:07:00 2011 +0200| [4bd7c5a156e45169a08c4305304dba0222db7212] | committer: Ilkka Ollakka

avcodec: mark skiploopfilter as non-advanced option, it's in simple prefs

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4bd7c5a156e45169a08c4305304dba0222db7212
---

 modules/codec/avcodec/avcodec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/avcodec/avcodec.c b/modules/codec/avcodec/avcodec.c
index 3d4edb7..e1e9f17 100644
--- a/modules/codec/avcodec/avcodec.c
+++ b/modules/codec/avcodec/avcodec.c
@@ -128,7 +128,7 @@ vlc_module_begin ()
         change_integer_range( 0, 2 )
     add_bool( "ffmpeg-fast", false, FAST_TEXT, FAST_LONGTEXT, false )
     add_integer ( "ffmpeg-skiploopfilter", 0, SKIPLOOPF_TEXT,
-                  SKIPLOOPF_LONGTEXT, true )
+                  SKIPLOOPF_LONGTEXT, false)
         change_safe ()
         change_integer_list( nloopf_list, nloopf_list_text )
 



More information about the vlc-commits mailing list