From ccb4626bc9b4407031d7b585d2ed63a203f8938c Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 25 Apr 2018 16:24:13 +1000 Subject: [PATCH] Minor documentation update. --- mini_al.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mini_al.h b/mini_al.h index 4a99912d..251e1957 100644 --- a/mini_al.h +++ b/mini_al.h @@ -757,10 +757,10 @@ typedef struct mal_device_id id; char name[256]; - // Detailed info. As much of this is filled as possible with mal_context_get_device_info(). If anything here is set to 0 it means - // the backend does not have a reliable way of determining the value. Note that you are allowed to initialize a device with settings - // outside of this range, but it just means the data will be converted using mini_al's data conversion pipeline before sending the - // data to/from the device. + // Detailed info. As much of this is filled as possible with mal_context_get_device_info(). Note that you are allowed to initialize + // a device with settings outside of this range, but it just means the data will be converted using mini_al's data conversion + // pipeline before sending the data to/from the device. Most programs will need to not worry about these values, but it's provided + // here mainly for informational purposes or in the rare case that someone might find it useful. // // These will be set to 0 when returned by mal_context_enumerate_devices() or mal_context_get_devices(). mal_uint32 formatCount;