Commit 026c8f5b authored by Antoine Cellerier's avatar Antoine Cellerier

Put lower priority than ffmpeg. (when SDL_image was used it couldn't decode...

Put lower priority than ffmpeg. (when SDL_image was used it couldn't decode videos like http://dionoea.chewa.net/pa150001.mov ).
parent 27f2ced1
......@@ -52,7 +52,7 @@ vlc_module_begin();
set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_VCODEC );
set_description( _("SDL_image video decoder") );
set_capability( "decoder", 900 );
set_capability( "decoder", 60 );
set_callbacks( OpenDecoder, CloseDecoder );
add_shortcut( "sdl_image" );
vlc_module_end();
......
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