summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2017-08-07 14:40:19 -0700
committerKevin Mitchell <kevmitch@gmail.com>2017-08-07 16:33:29 -0700
commit12cafdc8685c0d6c7a534a0f22c5c96e5f67f14d (patch)
treef01601fadccc1a32d83cdd224bcec2d3a9a3f7c0
parent6f40c211a50b6c39f17e28bef8478a84853b5c13 (diff)
downloadmpv-12cafdc8685c0d6c7a534a0f22c5c96e5f67f14d.tar.bz2
mpv-12cafdc8685c0d6c7a534a0f22c5c96e5f67f14d.tar.xz
ao_wasapi: remove old comment
-rw-r--r--audio/out/ao_wasapi_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/out/ao_wasapi_utils.c b/audio/out/ao_wasapi_utils.c
index bedddd8302..471cc847ac 100644
--- a/audio/out/ao_wasapi_utils.c
+++ b/audio/out/ao_wasapi_utils.c
@@ -81,7 +81,7 @@ static const struct wasapi_sample_fmt wasapi_formats[] = {
{AF_FORMAT_S32, 32, 32, &KSDATAFORMAT_SUBTYPE_PCM},
// compatible, assume LSBs are ignored
{AF_FORMAT_S32, 32, 24, &KSDATAFORMAT_SUBTYPE_PCM},
- // aka S24 (with conversion) - untested, thus commented.
+ // aka S24 (with conversion on output)
{AF_FORMAT_S32, 24, 24, &KSDATAFORMAT_SUBTYPE_PCM},
{AF_FORMAT_FLOAT, 32, 32, &KSDATAFORMAT_SUBTYPE_IEEE_FLOAT},
{AF_FORMAT_S_AC3, 16, 16, &mp_KSDATAFORMAT_SUBTYPE_IEC61937_DOLBY_DIGITAL},