[vlc-devel] Re: [PATCH] modules/codec/spudec/parse.c
Antoine Cellerier
dionoea at videolan.org
Sun Jan 21 22:14:43 CET 2007
Please provide comments when submitting patches.
On Sun, Jan 21, 2007, Hytham Alihassan wrote:
> 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 )
--
Antoine Cellerier
dionoea
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list