[vlc-devel] [PATCH] 3-of-3: vlc-1.1.0 decoder buffer state
Jean-Baptiste Kempf
jb at videolan.org
Thu Jun 24 08:08:40 CEST 2010
On Thu, Jun 24, 2010 at 12:38:45AM +0200, Frank Enderle wrote :
> +static void EsOutGetDecoderFifoState( es_out_t *out, int *pi_count, size_t *pi_size, mtime_t *pi_length )
> +{
> + int i;
> +
> + for( i = 0; i < p_sys->i_es; i++ )
You can use for( int i = 0; ... here
I believe you have trailing spaces and tabs in your patch, please remove
them.
Best Regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/
More information about the vlc-devel
mailing list