Skip to content

Commit

Permalink
fixed compiler warning when building without dred
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Buethe committed Feb 16, 2024
1 parent db78df8 commit befc25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/opus_decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -1429,6 +1429,7 @@ int opus_dred_parse(OpusDREDDecoder *dred_dec, OpusDRED *dred, const unsigned ch
(void)max_dred_samples;
(void)sampling_rate;
(void)defer_processing;
(void)dred_end;
return OPUS_UNIMPLEMENTED;
#endif
}
Expand Down

0 comments on commit befc25f

Please sign in to comment.