Loading apps/decoder.c +9 −19 Original line number Diff line number Diff line Loading @@ -788,6 +788,7 @@ cleanup: IVAS_DEC_GetHrtfCRendHandle( hIvasDec, &hSetOfHRTF ); destroy_SetOfHRTF( hSetOfHRTF ); } IVAS_DEC_Close( &hIvasDec ); CustomLsReader_close( &hLsCustomReader ); hrtfFileReader_close( &hrtfReader ); Loading Loading @@ -1377,10 +1378,10 @@ static bool parseCmdlIVAS_dec( } i += tmp; } /*-----------------------------------------------------------------* * Option not recognized *-----------------------------------------------------------------*/ else { fprintf( stderr, "Error: Unknown option %s or wrong number of parameters!\n\n", argv[i] ); Loading Loading @@ -1972,6 +1973,7 @@ static ivas_error decodeG192( goto cleanup; } } /* Reference rotation */ if ( arg.enableReferenceRotation ) { Loading Loading @@ -2086,26 +2088,13 @@ static ivas_error decodeG192( /* Once good frame decoded, catch up */ if ( decodedGoodFrame ) { error = initOnFirstGoodFrame( hIvasDec, arg, numInitialBadFrames, nOutSamples, delayNumSamples_orig, &delayNumSamples, &delayTimeScale, &bsFormat, &afWriter, &masaWriter, ismWriters, &nOutChannels, &numObj if ( ( error = initOnFirstGoodFrame( hIvasDec, arg, numInitialBadFrames, nOutSamples, delayNumSamples_orig, &delayNumSamples, &delayTimeScale, &bsFormat, &afWriter, &masaWriter, ismWriters, &nOutChannels, &numObj #ifdef SPLIT_REND_WITH_HEAD_ROT , &hSplitRendFileReadWrite #endif ); if ( error != IVAS_ERR_OK ) ) ) != IVAS_ERR_OK ) { goto cleanup; } Loading Loading @@ -2334,6 +2323,7 @@ cleanup: * * Print bitstream info of a VoIP G.192 or RTPDUMP bitstream. *---------------------------------------------------------------------*/ static ivas_error printBitstreamInfoVoip( DecArguments arg, BS_READER_HANDLE hBsReader, Loading lib_dec/ivas_mc_paramupmix_dec.c +1 −1 File changed.Contains only whitespace changes. Show changes lib_rend/lib_rend.c +1 −1 File changed.Contains only whitespace changes. Show changes Loading
apps/decoder.c +9 −19 Original line number Diff line number Diff line Loading @@ -788,6 +788,7 @@ cleanup: IVAS_DEC_GetHrtfCRendHandle( hIvasDec, &hSetOfHRTF ); destroy_SetOfHRTF( hSetOfHRTF ); } IVAS_DEC_Close( &hIvasDec ); CustomLsReader_close( &hLsCustomReader ); hrtfFileReader_close( &hrtfReader ); Loading Loading @@ -1377,10 +1378,10 @@ static bool parseCmdlIVAS_dec( } i += tmp; } /*-----------------------------------------------------------------* * Option not recognized *-----------------------------------------------------------------*/ else { fprintf( stderr, "Error: Unknown option %s or wrong number of parameters!\n\n", argv[i] ); Loading Loading @@ -1972,6 +1973,7 @@ static ivas_error decodeG192( goto cleanup; } } /* Reference rotation */ if ( arg.enableReferenceRotation ) { Loading Loading @@ -2086,26 +2088,13 @@ static ivas_error decodeG192( /* Once good frame decoded, catch up */ if ( decodedGoodFrame ) { error = initOnFirstGoodFrame( hIvasDec, arg, numInitialBadFrames, nOutSamples, delayNumSamples_orig, &delayNumSamples, &delayTimeScale, &bsFormat, &afWriter, &masaWriter, ismWriters, &nOutChannels, &numObj if ( ( error = initOnFirstGoodFrame( hIvasDec, arg, numInitialBadFrames, nOutSamples, delayNumSamples_orig, &delayNumSamples, &delayTimeScale, &bsFormat, &afWriter, &masaWriter, ismWriters, &nOutChannels, &numObj #ifdef SPLIT_REND_WITH_HEAD_ROT , &hSplitRendFileReadWrite #endif ); if ( error != IVAS_ERR_OK ) ) ) != IVAS_ERR_OK ) { goto cleanup; } Loading Loading @@ -2334,6 +2323,7 @@ cleanup: * * Print bitstream info of a VoIP G.192 or RTPDUMP bitstream. *---------------------------------------------------------------------*/ static ivas_error printBitstreamInfoVoip( DecArguments arg, BS_READER_HANDLE hBsReader, Loading