fixed compiler warning when building without dred

This commit is contained in:
Jan Buethe 2024-02-16 18:51:29 +01:00
parent db78df8c01
commit befc25fb76
No known key found for this signature in database
GPG key ID: 9E32027A35B36314

View file

@ -1429,6 +1429,7 @@ int opus_dred_parse(OpusDREDDecoder *dred_dec, OpusDRED *dred, const unsigned ch
(void)max_dred_samples; (void)max_dred_samples;
(void)sampling_rate; (void)sampling_rate;
(void)defer_processing; (void)defer_processing;
(void)dred_end;
return OPUS_UNIMPLEMENTED; return OPUS_UNIMPLEMENTED;
#endif #endif
} }