[vlc-devel] [PATCH] wasapi: implement pass-through

Francois Cartegnie fcvlcdev at free.fr
Mon May 2 16:51:56 CEST 2016


Le 02/05/2016 à 16:34, Thomas Guillem a écrit :
>  
> -        const size_t copy = frames * sys->bytes_per_frame;
> +        const size_t copy = frames * sys->bytes_per_frame / sys->frame_length;

As set from fmt->i_frame_length and seems set by codecs & aout.
Guaranteed > 0 ?

Francois


More information about the vlc-devel mailing list