Commit edcbfae0 authored by Gildas Bazin's avatar Gildas Bazin

* modules/codec/theora.c: give higher priority to the libtheora encoder.

parent 2e5c6bd8
......@@ -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" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment