Loading lib_isar/lib_isar_post_rend.c +2 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ int32_t ISAR_POST_REND_void_func( void ) * Local types *-------------------------------------------------------------------*/ #ifdef ISAR_BITSTREAM_UPDATE_LC3PLUS /* EFAP wrapper to simplify writing panning gains to a vector that includes LFE channels */ typedef struct { Loading @@ -68,6 +69,7 @@ typedef struct const LSSETUP_CUSTOM_STRUCT *pCustomLsSetup; /* Pointer to main custom LS struct from renderer handle - doesn't need freeing */ } EFAP_WRAPPER; #endif /* Lightweight helper struct that gathers all information required for rendering * any config to any other config. Used to simplify signatures of rendering functions. * Loading Loading
lib_isar/lib_isar_post_rend.c +2 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ int32_t ISAR_POST_REND_void_func( void ) * Local types *-------------------------------------------------------------------*/ #ifdef ISAR_BITSTREAM_UPDATE_LC3PLUS /* EFAP wrapper to simplify writing panning gains to a vector that includes LFE channels */ typedef struct { Loading @@ -68,6 +69,7 @@ typedef struct const LSSETUP_CUSTOM_STRUCT *pCustomLsSetup; /* Pointer to main custom LS struct from renderer handle - doesn't need freeing */ } EFAP_WRAPPER; #endif /* Lightweight helper struct that gathers all information required for rendering * any config to any other config. Used to simplify signatures of rendering functions. * Loading