Loading apps/isar_post_rend.c +0 −8 Original line number Diff line number Diff line Loading @@ -681,9 +681,7 @@ int main( int argc, char **argv ) { #ifdef FIX_1335_EXTREND_RETCODE bool mainFailed = true; /* Assume main failed until cleanup is reached without errors */ #endif ISAR_POST_REND_HANDLE hIsarPostRend = NULL; RotFileReader *headRotReader = NULL; RotFileReader *externalOrientationFileReader = NULL; Loading Loading @@ -1225,10 +1223,8 @@ int main( * Close files and deallocate resources *------------------------------------------------------------------------------------------*/ #ifdef FIX_1335_EXTREND_RETCODE mainFailed = false; /* This will stay set to true if cleanup is reached via a goto due to an error */ #endif cleanup: free( inpInt16Buffer ); Loading Loading @@ -1259,11 +1255,7 @@ cleanup: print_mem( NULL ); #endif #ifdef FIX_1335_EXTREND_RETCODE return mainFailed ? -1 : 0; #else return 0; #endif } Loading apps/renderer.c +0 −8 Original line number Diff line number Diff line Loading @@ -659,9 +659,7 @@ int main( int argc, char **argv ) { #ifdef FIX_1335_EXTREND_RETCODE bool mainFailed = true; /* Assume main failed until cleanup is reached without errors */ #endif IVAS_REND_HANDLE hIvasRend = NULL; RotFileReader *headRotReader = NULL; RotFileReader *externalOrientationFileReader = NULL; Loading Loading @@ -1979,10 +1977,8 @@ int main( * Close files and deallocate resources *------------------------------------------------------------------------------------------*/ #ifdef FIX_1335_EXTREND_RETCODE mainFailed = false; /* This will stay set to true if cleanup is reached via a goto due to an error */ #endif cleanup: free( inpInt16Buffer ); Loading Loading @@ -2039,11 +2035,7 @@ cleanup: print_mem( NULL ); #endif #ifdef FIX_1335_EXTREND_RETCODE return mainFailed ? -1 : 0; #else return 0; #endif } Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,6 @@ /*#define FIX_I4_OL_PITCH*/ /* fix open-loop pitch used for EVS core switching */ #define TMP_FIX_1119_SPLIT_RENDERING_VOIP /* FhG: Add error check for unsupported config: split rendering with VoIP mode */ #define FIX_1335_EXTREND_RETCODE /* FhG: Add modification of returncode for external renderer when an error occurs */ #define FIX_938_COMPILER_WARNING /* FhG: Fix compiler warning in ivas_mdct_core_reconstruct() */ Loading Loading
apps/isar_post_rend.c +0 −8 Original line number Diff line number Diff line Loading @@ -681,9 +681,7 @@ int main( int argc, char **argv ) { #ifdef FIX_1335_EXTREND_RETCODE bool mainFailed = true; /* Assume main failed until cleanup is reached without errors */ #endif ISAR_POST_REND_HANDLE hIsarPostRend = NULL; RotFileReader *headRotReader = NULL; RotFileReader *externalOrientationFileReader = NULL; Loading Loading @@ -1225,10 +1223,8 @@ int main( * Close files and deallocate resources *------------------------------------------------------------------------------------------*/ #ifdef FIX_1335_EXTREND_RETCODE mainFailed = false; /* This will stay set to true if cleanup is reached via a goto due to an error */ #endif cleanup: free( inpInt16Buffer ); Loading Loading @@ -1259,11 +1255,7 @@ cleanup: print_mem( NULL ); #endif #ifdef FIX_1335_EXTREND_RETCODE return mainFailed ? -1 : 0; #else return 0; #endif } Loading
apps/renderer.c +0 −8 Original line number Diff line number Diff line Loading @@ -659,9 +659,7 @@ int main( int argc, char **argv ) { #ifdef FIX_1335_EXTREND_RETCODE bool mainFailed = true; /* Assume main failed until cleanup is reached without errors */ #endif IVAS_REND_HANDLE hIvasRend = NULL; RotFileReader *headRotReader = NULL; RotFileReader *externalOrientationFileReader = NULL; Loading Loading @@ -1979,10 +1977,8 @@ int main( * Close files and deallocate resources *------------------------------------------------------------------------------------------*/ #ifdef FIX_1335_EXTREND_RETCODE mainFailed = false; /* This will stay set to true if cleanup is reached via a goto due to an error */ #endif cleanup: free( inpInt16Buffer ); Loading Loading @@ -2039,11 +2035,7 @@ cleanup: print_mem( NULL ); #endif #ifdef FIX_1335_EXTREND_RETCODE return mainFailed ? -1 : 0; #else return 0; #endif } Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,6 @@ /*#define FIX_I4_OL_PITCH*/ /* fix open-loop pitch used for EVS core switching */ #define TMP_FIX_1119_SPLIT_RENDERING_VOIP /* FhG: Add error check for unsupported config: split rendering with VoIP mode */ #define FIX_1335_EXTREND_RETCODE /* FhG: Add modification of returncode for external renderer when an error occurs */ #define FIX_938_COMPILER_WARNING /* FhG: Fix compiler warning in ivas_mdct_core_reconstruct() */ Loading