0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

audio: remove a duplicate clearing of a struct variable

Fixes #8301
This commit is contained in:
der richter 2020-12-06 15:09:51 +01:00 committed by Dudemanguy
parent a194ddaa43
commit ae6a22ddec

View File

@ -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->out_eof = false;
ao_c->underrun = false;
ao_c->start_pts_known = false;
ao_c->start_pts = MP_NOPTS_VALUE;
ao_c->untimed_throttle = false;