Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
player/audio: remove misleading comment about delay
This came up in mpv-player#13571. playing_audio_pts does not include mpctx->delay contray to what that implies. The function is meant to only offset the written audio pts by whatever the internal AO buffer may be. mpctx->delay is a combination from both the audio and video code, so it should not be used here. What is wanted is purely the audio pts. b74c09e, a very controversial commit to say the least, was what introduced this comment, so removing is probably OK.
- Loading branch information