summaryrefslogtreecommitdiffstats
path: root/audio/out
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-26 01:07:38 +0700
committerwm4 <wm4@nowhere>2016-06-26 13:47:21 +0200
commitc5094206ce6ff1a557540ed6e0d8505bc6db0031 (patch)
treeed356399c9607973a0f5590a65c67bba132c87a9 /audio/out
parent24478a8a72b17d54346fb8d648e53448c3819e9d (diff)
downloadmpv-c5094206ce6ff1a557540ed6e0d8505bc6db0031.tar.bz2
mpv-c5094206ce6ff1a557540ed6e0d8505bc6db0031.tar.xz
Fix misspellings
Diffstat (limited to 'audio/out')
-rw-r--r--audio/out/ao_wasapi.c2
-rw-r--r--audio/out/ao_wasapi_changenotify.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/out/ao_wasapi.c b/audio/out/ao_wasapi.c
index ae6bd3d9dc..325a7cf72b 100644
--- a/audio/out/ao_wasapi.c
+++ b/audio/out/ao_wasapi.c
@@ -132,7 +132,7 @@ static bool thread_feed(struct ao *ao)
mp_time_us() + (int64_t)llrint(delay_us));
// note, we can't use ao_read_data return value here since we already
- // commited to frame_count above in the GetBuffer call
+ // committed to frame_count above in the GetBuffer call
hr = IAudioRenderClient_ReleaseBuffer(state->pRenderClient,
frame_count, 0);
EXIT_ON_ERROR(hr);
diff --git a/audio/out/ao_wasapi_changenotify.c b/audio/out/ao_wasapi_changenotify.c
index e3ca4e4936..46843ec5e3 100644
--- a/audio/out/ao_wasapi_changenotify.c
+++ b/audio/out/ao_wasapi_changenotify.c
@@ -95,7 +95,7 @@ static HRESULT STDMETHODCALLTYPE sIMMNotificationClient_OnDeviceAdded(
return S_OK;
}
-// maybe MPV can go over to the prefered device once it is plugged in?
+// maybe MPV can go over to the preferred device once it is plugged in?
static HRESULT STDMETHODCALLTYPE sIMMNotificationClient_OnDeviceRemoved(
IMMNotificationClient *This,
LPCWSTR pwstrDeviceId)