Commit 6f9aa7f6 authored by vaclav's avatar vaclav
Browse files

remove unused struct; under ISAR_BITSTREAM_UPDATE_LC3PLUS

parent 1615b0a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
{
@@ -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.
 *