[vlc-devel] [PATCH 1/2] wasapi: audio capture client module (fixes #7205)
Rémi Denis-Courmont
remi at remlab.net
Sun Mar 22 14:43:46 CET 2015
Le dimanche 22 mars 2015, 14:44:16 Rémi Denis-Courmont a écrit :
> +struct demux_sys_t
> +{
> + IAudioClient *client;
> + es_out_id_t *es;
> +
> + size_t frame_size;
> + mtime_t caching;
> + mtime_t start_time;
> +
> + HANDLE events[2];
> + HANDLE thread;
> + SYNCHRONIZATION_BARRIER ready;
Actually not necessary. A third event HANDLE is enough.
> +};
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list