Commit 349ceebc authored by advasila's avatar advasila
Browse files

make it compile for undefined switch 874

parent be6460fc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ int16_t select_stereo_mode(
    CPE_ENC_HANDLE hCPE,          /* i/o: CPE encoder structure       */
    const IVAS_FORMAT ivas_format /* i  : IVAS format                 */
#ifndef NONBE_FIX_874_OMASA_BRSW_2TD
    const int32_t ivas_total_brate /* i  : IVAS total brate            */
    ,const int32_t ivas_total_brate /* i  : IVAS total brate            */
#endif
)
{