summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_wasapi.h
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-12-20 17:46:50 -0800
committerKevin Mitchell <kevmitch@gmail.com>2015-12-21 05:03:09 -0800
commit099fdde7a4dade4d2cae24cbda607b0680593735 (patch)
treea0a629cdf5a7d3c78543748c069428b7d1edbf15 /audio/out/ao_wasapi.h
parentcbc951d491cd092dd8c53fab895be389a7ee1892 (diff)
downloadmpv-099fdde7a4dade4d2cae24cbda607b0680593735.tar.bz2
mpv-099fdde7a4dade4d2cae24cbda607b0680593735.tar.xz
ao_wasapi: remove useless buffer_block_size
this was only ever used for a verbose message
Diffstat (limited to 'audio/out/ao_wasapi.h')
-rwxr-xr-xaudio/out/ao_wasapi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/out/ao_wasapi.h b/audio/out/ao_wasapi.h
index c61ba8e4d3..7f15e90332 100755
--- a/audio/out/ao_wasapi.h
+++ b/audio/out/ao_wasapi.h
@@ -103,7 +103,6 @@ typedef struct wasapi_state {
/* format info */
WAVEFORMATEXTENSIBLE format;
- size_t buffer_block_size; /* Size of each block in bytes */
UINT32 bufferFrameCount; /* wasapi buffer block size, number of frames, frame size at format.nBlockAlign */
change_notify change;