Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dnn/dred_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static void dred_convert_to_16k(DREDEnc *enc, const float *in, int in_len, float
{
float downmix[MAX_DOWNMIX_BUFFER];
int i;
int up;
int up = 0;
celt_assert(enc->channels*in_len <= MAX_DOWNMIX_BUFFER);
celt_assert(in_len * (opus_int32)16000 == out_len * enc->Fs);
switch(enc->Fs) {
Expand Down