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

Makes delay_buffer[] large enough for stereo.

parent b386458f
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ struct OpusEncoder {
/* Sampling rate (at the API level) */
int Fs;
short delay_buffer[ENCODER_DELAY_COMPENSATION];
short delay_buffer[ENCODER_DELAY_COMPENSATION*2];
};
......
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