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

fix compile error

parent d08a034c
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -223,6 +223,10 @@ ivas_error IVAS_ENC_ConfigureForSBAObjects(
    const IVAS_ENC_SBA_ORDER order,                 /* i  : order of the Ambisonics input                                                                       */
    const bool isPlanar,                            /* i  : if true, input is treated as planar Ambisonics                                                      */
    const bool Opt_PCA_ON                           /* i  : PCA option flag                                                                                     */
#ifdef NONBE_FIX_ISM_XOVER_BR
    ,
    const bool lbr_disc_obj                         /* i : Code objects separately in OSBA */
#endif
);

/*! r: error code */
+1 −1

File changed.

Contains only whitespace changes.