Commit 58c87cb7 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix instrumented build

parent efed1c56
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -409,9 +409,12 @@ void ivas_renderer_select(
    else if ( st_ivas->ivas_format == MASA_FORMAT || st_ivas->ivas_format == SBA_FORMAT )
    else if ( st_ivas->ivas_format == MASA_FORMAT || st_ivas->ivas_format == SBA_FORMAT )
#endif
#endif
    {
    {
#ifdef SBA_AND_OBJECTS
        IVAS_FORMAT ivas_format;
#endif 
        *renderer_type = RENDERER_DIRAC;
        *renderer_type = RENDERER_DIRAC;
#ifdef SBA_AND_OBJECTS
#ifdef SBA_AND_OBJECTS
        IVAS_FORMAT ivas_format = ( st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_MODE_NONE ) ? SBA_FORMAT : st_ivas->ivas_format; /* treat ISM_SBA_MODE_NONE just like SBA_FORMAT */
        ivas_format = ( st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_MODE_NONE ) ? SBA_FORMAT : st_ivas->ivas_format; /* treat ISM_SBA_MODE_NONE just like SBA_FORMAT */
#endif
#endif


#ifdef SBA_AND_OBJECTS
#ifdef SBA_AND_OBJECTS