Loading apps/decoder.c +1 −2 Original line number Diff line number Diff line Loading @@ -583,11 +583,10 @@ cleanup: } #ifdef DEBUGGING dbgclose(); #ifdef DEBUG_SBA_AUDIO_DUMP ivas_close_sba_decoder_debug_files( arg.output_Fs, numOutChannels, numTransportChannels, pca_ingest_channels ); #endif dbgclose(); #endif return mainFailed ? -1 : 0; Loading Loading
apps/decoder.c +1 −2 Original line number Diff line number Diff line Loading @@ -583,11 +583,10 @@ cleanup: } #ifdef DEBUGGING dbgclose(); #ifdef DEBUG_SBA_AUDIO_DUMP ivas_close_sba_decoder_debug_files( arg.output_Fs, numOutChannels, numTransportChannels, pca_ingest_channels ); #endif dbgclose(); #endif return mainFailed ? -1 : 0; Loading