0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02: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:
Kevin Mitchell 2017-07-09 16:21:29 -07:00
parent 63b6aa3f57
commit c5dfd66e14

View File

@ -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;