summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_wasapi_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/out/ao_wasapi_utils.c')
-rwxr-xr-xaudio/out/ao_wasapi_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao_wasapi_utils.c b/audio/out/ao_wasapi_utils.c
index d7dc3ad07f..fd65cc82eb 100755
--- a/audio/out/ao_wasapi_utils.c
+++ b/audio/out/ao_wasapi_utils.c
@@ -310,7 +310,7 @@ static int format_from_waveformat(WAVEFORMATEX *wf)
// configured "special" formats, otherwise it will return 0.
if (wf->wBitsPerSample % 8)
return 0;
- return af_fmt_change_bytes(format, wf->wBitsPerSample / 8) * 8;
+ return af_fmt_change_bytes(format, wf->wBitsPerSample / 8);
}
static bool chmap_from_waveformat(struct mp_chmap *channels, const WAVEFORMATEX *wf)