mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 15:22:09 +00:00
parent
a194ddaa43
commit
ae6a22ddec
@ -218,7 +218,6 @@ static void ao_chain_reset_state(struct ao_chain *ao_c)
|
|||||||
{
|
{
|
||||||
ao_c->last_out_pts = MP_NOPTS_VALUE;
|
ao_c->last_out_pts = MP_NOPTS_VALUE;
|
||||||
ao_c->out_eof = false;
|
ao_c->out_eof = false;
|
||||||
ao_c->underrun = false;
|
|
||||||
ao_c->start_pts_known = false;
|
ao_c->start_pts_known = false;
|
||||||
ao_c->start_pts = MP_NOPTS_VALUE;
|
ao_c->start_pts = MP_NOPTS_VALUE;
|
||||||
ao_c->untimed_throttle = false;
|
ao_c->untimed_throttle = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user