summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_wasapi.h
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2015-12-20 16:43:23 -0800
committerKevin Mitchell <kevmitch@gmail.com>2015-12-21 05:03:09 -0800
commit3ae726e8dd15638b84fcd5a168134f186119f240 (patch)
treed5df22494d21bb3b2a6c218e1f7b5c896c082a09 /audio/out/ao_wasapi.h
parentc188240ab923f3e986655dfa8ef316f8d9905500 (diff)
downloadmpv-3ae726e8dd15638b84fcd5a168134f186119f240.tar.bz2
mpv-3ae726e8dd15638b84fcd5a168134f186119f240.tar.xz
ao_wasapi: wrap long lines and use only c99 comment style
also remove a log message in AOCONTROL_UPDATE_STREAM_TITLE since none of the other controls have one.
Diffstat (limited to 'audio/out/ao_wasapi.h')
-rwxr-xr-xaudio/out/ao_wasapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/out/ao_wasapi.h b/audio/out/ao_wasapi.h
index 54ab00b1f8..f3ffb4820f 100755
--- a/audio/out/ao_wasapi.h
+++ b/audio/out/ao_wasapi.h
@@ -29,8 +29,8 @@
#include "osdep/atomics.h"
typedef struct change_notify {
- IMMNotificationClient client; /* this must be first in the structure! */
- LPWSTR monitored; /* Monitored device */
+ IMMNotificationClient client; // this must be first in the structure!
+ LPWSTR monitored; // Monitored device
bool is_hotplug;
struct ao *ao;
} change_notify;