[vlc-devel] [PATCH 3/3] decoder: delay controls when output is not started
Rémi Denis-Courmont
remi at remlab.net
Fri Dec 18 11:30:34 UTC 2020
Le torstaina 17. joulukuuta 2020, 11.52.05 EET Thomas Guillem a écrit :
> This fixes rate and delay ignored if the command is sent before the
> output is started.
>
> The "continue" is removed from the loop in order to avoid
> DecoderThread_Change*() busy loop.
You can't remove the continue after unlocking; you have to recheck from the
beginning, or this will lead to invalid states.
--
Реми Дёни-Курмон
http://www.remlab.net/
More information about the vlc-devel
mailing list