Skip to content
Snippets Groups Projects
Commit 3a4659a6 authored by Mark Harris's avatar Mark Harris Committed by Jean-Marc Valin
Browse files

opus_multistream_packet_validate() now called with the total number of streams

parent 2dc27dfa
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ static int opus_multistream_decode_native(
}
if (!do_plc)
{
int ret = opus_multistream_packet_validate(data, len, st->layout.nb_coupled_streams, Fs);
int ret = opus_multistream_packet_validate(data, len, st->layout.nb_streams, Fs);
if (ret < 0)
{
RESTORE_STACK;
......
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