1
0
Fork 0
forked from len0rd/rockbox

rbcodec: fix compilation in debug mode

Change-Id: I124cf59c641c2e161cc147b031d9bef5ef773dfb
This commit is contained in:
Amaury Pouly 2017-07-30 14:31:05 +02:00
parent d1ca2e45e9
commit 928d660a67
3 changed files with 3 additions and 3 deletions

View file

@ -302,7 +302,7 @@ static intptr_t crossfeed_new_format(struct dsp_proc_entry *this,
struct dsp_config *dsp,
struct sample_format *format)
{
DSP_PRINT_FORMAT(DSP_PROC_CROSSFEED, format);
DSP_PRINT_FORMAT(DSP_PROC_CROSSFEED, *format);
bool was_active = dsp_proc_active(dsp, DSP_PROC_CROSSFEED);
bool active = format->num_channels >= 2;