[vlc-devel] [PATCH] modules/codec/spudec/parse.c

Hytham Alihassan hytham at gmail.com
Sun Jan 21 20:31:20 CET 2007


Index: parse.c
===================================================================
--- parse.c (revision 18621)
+++ parse.c (working copy)
@@ -350,6 +350,7 @@
if( !p_spu->i_start )
{
msg_Err( p_dec, "no `start display' command" );
+ return VLC_EGENERIC;
}
if( p_spu->i_stop <= p_spu->i_start && !p_spu->b_ephemer )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070121/ccf8ab76/attachment.html>


More information about the vlc-devel mailing list