Skip to content
Snippets Groups Projects
Commit 69abbf46 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fixes a trivial multistream fixed-point bug

parent ccaa6d2c
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ int opus_multistream_encode(
int opus_multistream_encode_float(
#endif
OpusMSEncoder *st, /* Encoder state */
const float *pcm, /* Input signal (interleaved if 2 channels). length is frame_size*channels */
const opus_val16 *pcm, /* Input signal (interleaved if 2 channels). length is frame_size*channels */
int frame_size, /* Number of samples per frame of input signal */
unsigned char *data, /* Output payload (no more than max_data_bytes long) */
int max_data_bytes /* Allocated memory for payload; don't use for controlling bitrate */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment