Loading apps/decoder.c +9 −0 Original line number Diff line number Diff line Loading @@ -1513,6 +1513,15 @@ static bool parseCmdlIVAS_dec( } /* end of while */ #ifdef SUPPORT_JBM_TRACEFILE /* Validate options that depend on other options */ if ( arg->jbmTraceFilename != NULL && arg->delayCompensationEnabled ) { fprintf( stderr, "Error: Writing to a JBM trace file requires delay compensation to be disabled with -no_delay_cmp\n\n" ); usage_dec(); return false; } #endif /*-----------------------------------------------------------------* * Mandatory input arguments Loading Loading
apps/decoder.c +9 −0 Original line number Diff line number Diff line Loading @@ -1513,6 +1513,15 @@ static bool parseCmdlIVAS_dec( } /* end of while */ #ifdef SUPPORT_JBM_TRACEFILE /* Validate options that depend on other options */ if ( arg->jbmTraceFilename != NULL && arg->delayCompensationEnabled ) { fprintf( stderr, "Error: Writing to a JBM trace file requires delay compensation to be disabled with -no_delay_cmp\n\n" ); usage_dec(); return false; } #endif /*-----------------------------------------------------------------* * Mandatory input arguments Loading