aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-11-16 22:04:16 -0800
committerChris Robinson <[email protected]>2016-11-16 22:04:16 -0800
commitcaead294f292cb6a8d75eaa4eeb26829a06f569c (patch)
tree2798c8844a9b76135df7bad87604151657e7c6ea /Alc
parentb743bc1c1b45683314f18f3f3c8f171c2cb1a4d9 (diff)
Update a function comment about its input
Diffstat (limited to 'Alc')
-rw-r--r--Alc/uhjfilter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Alc/uhjfilter.h b/Alc/uhjfilter.h
index 14572bc3..cec3463e 100644
--- a/Alc/uhjfilter.h
+++ b/Alc/uhjfilter.h
@@ -42,7 +42,8 @@ typedef struct Uhj2Encoder {
} Uhj2Encoder;
/* Encodes a 2-channel UHJ (stereo-compatible) signal from a B-Format input
- * signal. */
+ * signal. The input must use FuMa channel ordering and scaling.
+ */
void EncodeUhj2(Uhj2Encoder *enc, ALfloat *restrict LeftOut, ALfloat *restrict RightOut, ALfloat (*restrict InSamples)[BUFFERSIZE], ALuint SamplesToDo);
#endif /* UHJFILTER_H */