Update a function comment about its input
This commit is contained in:
+2
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user