From 00b7fb30237365a530b47d451833f9b53b2bf6b9 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Tue, 24 Nov 2015 04:25:01 -0800 Subject: ao_wasapi: get rid of Vistablob hack This was required to work around XP linking issues and is no longer required. --- audio/out/ao_wasapi.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'audio/out/ao_wasapi.h') diff --git a/audio/out/ao_wasapi.h b/audio/out/ao_wasapi.h index 24b9b862ed..2fbd2d5a9c 100755 --- a/audio/out/ao_wasapi.h +++ b/audio/out/ao_wasapi.h @@ -79,7 +79,6 @@ typedef struct wasapi_state { /* for setting the audio thread priority */ HANDLE hTask; /* AV thread */ - DWORD taskIndex; /* AV task ID */ /* WASAPI proxy handles, for Single-Threaded Apartment communication. One is needed for each audio thread object that's accessed from the main thread. */ @@ -110,16 +109,6 @@ typedef struct wasapi_state { 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 */ - /* Don't use these functions directly in case - they are unimplemented for some reason. - (XP shouldn't be an issue since it doesn't support wasapi, maybe wine?) - Blob is owned by the main thread */ - struct { - HMODULE hAvrt; - HANDLE (WINAPI *pAvSetMmThreadCharacteristicsW)(LPCWSTR, LPDWORD); - WINBOOL (WINAPI *pAvRevertMmThreadCharacteristics)(HANDLE); - } VistaBlob; - change_notify change; } wasapi_state; -- cgit v1.2.3