[vlc-devel] [PATCH] WAV Mux : Extend the muxer to support non-PCM codecs.

Jean-Baptiste Kempf jb at videolan.org
Sat Jun 26 20:40:07 CEST 2010


On Sat, Jun 26, 2010 at 10:59:37PM +0530, Jai Menon wrote :
> -    int i_bytes_per_sample, i_format;
> +    int i_bytes_per_sample, i_format, i;
>      bool b_ext;
>  
> +    for( i = 0; wformat_map[i][0]; i++)
> +    {
> +        if( wformat_map[i][0] == p_input->p_fmt->i_codec )
> +        {
> +            i_format = wformat_map[i][1];
> +            break;
> +        }
> +    }
> +

Still not liking C99 ?

Best Regards,

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



More information about the vlc-devel mailing list