From caead294f292cb6a8d75eaa4eeb26829a06f569c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 16 Nov 2016 22:04:16 -0800 Subject: Update a function comment about its input --- Alc/uhjfilter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Alc') 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 */ -- cgit v1.2.3