Commit a4dabfe6 authored by vaclav's avatar vaclav
Browse files

fix compilation with DISC_CNG being disabled

parent be580675
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -509,7 +509,7 @@ void stereo_tcx_core_dec(
    ,
    const IVAS_FORMAT ivas_format                               /* i  : IVAS format                             */
#ifndef DISC_CNG
    const ISM_MODE ism_mode                                     /* i  : ISM mode (only needed if format is ISM) */
   ,const ISM_MODE ism_mode                                     /* i  : ISM mode (only needed if format is ISM) */
#endif
#endif
);