Commit e281e4ad authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix comments in ivas_mono_dmx_renderer_fx.c

parent 59693e94
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ void ivas_apply_non_diegetic_panning_fx(
#ifdef FIX_1009_ISM_NONDIEGETIC_PANNING
    Word32 *input_f_fx,                    /* i  : non-diegetic object                                 */
#endif
    Word32 *output_f_fx[],                 /* i/o: core-coder transport mono channel/stereo output  */
    Word32 *output_f_fx[],                 /* o: core-coder transport mono channel/stereo output       */
    const Word16 non_diegetic_pan_gain_fx, /* i  : non-diegetic panning gain                        Q15*/
    const Word16 output_frame              /* i  : output frame length per channel                  Q11*/
)