[vlc-devel] [PATCH] avcodec audio decoder: use libavcodec pts/dts

Rémi Denis-Courmont remi at remlab.net
Fri Jul 26 21:07:57 CEST 2013


Le vendredi 26 juillet 2013 20:12:11 Rafaël Carré a écrit :
> +        if (frame.nb_samples)
> +            p_block->i_nb_samples = frame.nb_samples;

What's that for? Coded blocks do not normally have or need a samples count.

-- 
Rémi Denis-Courmont
http://www.remlab.net/




More information about the vlc-devel mailing list