From c5dfd66e14386db904216933867075dcf887f8fb Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 9 Jul 2017 16:21:29 -0700 Subject: 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. --- audio/out/ao_wasapi_utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio') diff --git a/audio/out/ao_wasapi_utils.c b/audio/out/ao_wasapi_utils.c index bf1a3697ee..e3deb456cd 100644 --- a/audio/out/ao_wasapi_utils.c +++ b/audio/out/ao_wasapi_utils.c @@ -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; -- cgit v1.2.3