Commit 7ad6676d authored by Laurent Aimar's avatar Laurent Aimar

Decreased priority of libmpeg2 decoder below avcodec.

 It still segfaults on broken streams (or on seeks #3153) and I am not
willing to spend more time on it.
parent 351e7db4
......@@ -126,7 +126,7 @@ static int DpbDisplayPicture( decoder_t *, picture_t * );
*****************************************************************************/
vlc_module_begin ()
set_description( N_("MPEG I/II video decoder (using libmpeg2)") )
set_capability( "decoder", 150 )
set_capability( "decoder", 50 )
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_VCODEC )
set_callbacks( OpenDecoder, CloseDecoder )
......
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