[vlc-devel] commit: Decreased priority of libmpeg2 decoder below avcodec. ( Laurent Aimar )
git version control
git at videolan.org
Sun Jan 24 15:28:59 CET 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jan 24 15:26:09 2010 +0100| [7ad6676d1b65a222682dc814782b57de798c068c] | committer: 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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7ad6676d1b65a222682dc814782b57de798c068c
---
modules/codec/libmpeg2.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/libmpeg2.c b/modules/codec/libmpeg2.c
index 8a56276..b7d2d15 100644
--- a/modules/codec/libmpeg2.c
+++ b/modules/codec/libmpeg2.c
@@ -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 )
More information about the vlc-devel
mailing list