[vlc-devel] [PATCH] Fix handling of clientskip attribute in asx playlist

Jean-Baptiste Kempf jb at videolan.org
Sat Mar 28 17:08:11 CET 2009


On Fri, Mar 27, 2009 at 02:30:07PM +0530, Srikanth Raju wrote :
> This fixes clientskip attribute handling in asx playlists.

Can you detail why this fixes it?

>                  /* If clientskip was enabled ... this is an ad */
> -                b_skip_entry = (NULL != psz_clientskip) && (psz_clientskip < psz_parse);
> +                b_skip_entry = !((NULL != psz_clientskip) && (psz_clientskip < psz_parse));
>  

Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/



More information about the vlc-devel mailing list