mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
ao_wasapi: remove redundant / outdated comment
Where this was moved from, it made slightly more sense. Here what the comment is trying to say is already pretty obvious from the code.
This commit is contained in:
parent
63b6aa3f57
commit
c5dfd66e14
@ -640,7 +640,6 @@ static HRESULT fix_format(struct ao *ao, bool align_hack)
|
||||
* state->bufferFrameCount));
|
||||
}
|
||||
|
||||
// in exclusive mode, these should all be the same
|
||||
REFERENCE_TIME bufferPeriod =
|
||||
state->share_mode == AUDCLNT_SHAREMODE_EXCLUSIVE ? bufferDuration : 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user