summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_wasapi_utils.h
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-12-16 01:56:12 -0800
committerKevin Mitchell <kevmitch@gmail.com>2014-12-16 03:29:51 -0800
commit1e5f9d26738244cf5c07eed2c334a73729bfa9dd (patch)
tree561cd65d10ae0113c53d54164643681d6fdb867d /audio/out/ao_wasapi_utils.h
parent011b7c9c3cb00de6c5e79b0f6620103af5a38779 (diff)
downloadmpv-1e5f9d26738244cf5c07eed2c334a73729bfa9dd.tar.bz2
mpv-1e5f9d26738244cf5c07eed2c334a73729bfa9dd.tar.xz
ao/wasapi: use IsEqualGUID and IsEqualPropertyKey
before we were reinventing this wheel
Diffstat (limited to 'audio/out/ao_wasapi_utils.h')
-rwxr-xr-xaudio/out/ao_wasapi_utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/out/ao_wasapi_utils.h b/audio/out/ao_wasapi_utils.h
index 00caba659a..a44cd4d45a 100755
--- a/audio/out/ao_wasapi_utils.h
+++ b/audio/out/ao_wasapi_utils.h
@@ -27,8 +27,6 @@
#include "ao.h"
#include "internal.h"
-int mp_GUID_compare(const GUID *l, const GUID *r);
-int mp_PKEY_compare(const PROPERTYKEY *l, const PROPERTYKEY *r);
char *mp_GUID_to_str_buf(char *buf, size_t buf_size, const GUID *guid);
char *mp_PKEY_to_str_buf(char *buf, size_t buf_size, const PROPERTYKEY *pkey);
#define mp_GUID_to_str(guid) mp_GUID_to_str_buf((char[40]){0}, 40, (guid))