]> git.sesse.net Git - vlc/commitdiff
* modules/codec/theora.c: give higher priority to the libtheora encoder.
authorGildas Bazin <gbazin@videolan.org>
Mon, 16 May 2005 13:32:12 +0000 (13:32 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 16 May 2005 13:32:12 +0000 (13:32 +0000)
modules/codec/theora.c

index 8149c6c66a983873b654478cf6c518dbe1bf49a6..3a55ce6bed8ccf1bc15a542b9d869010302cc6f8 100644 (file)
@@ -109,7 +109,7 @@ vlc_module_begin();
 
     add_submodule();
     set_description( _("Theora video encoder") );
-    set_capability( "encoder", 100 );
+    set_capability( "encoder", 150 );
     set_callbacks( OpenEncoder, CloseEncoder );
     add_shortcut( "theora" );