[vlc-devel] [PATCH] New mpg123 decoder

Rémi Denis-Courmont remi at remlab.net
Sat Nov 29 12:25:57 CET 2014


Le 2014-11-28 21:07, Ludovic Fauvet a écrit :
> +    /* Configure the output */
> +    p_dec->fmt_out.audio.i_frame_length = p_block->i_nb_samples =
> mpg123_spf( p_sys->p_handle );
> +    p_dec->fmt_out.audio.i_bytes_per_frame = mpg123_outblock(
> p_sys->p_handle );

Those two are useless. The core will clobber the values.


-- 
Rémi Denis-Courmont



More information about the vlc-devel mailing list