Loading apps/decoder.c +4 −4 Original line number Diff line number Diff line Loading @@ -2408,7 +2408,7 @@ static ivas_error decodeG192( } } /* decode transport channels, do TSM and feed to renderer */ /* Decode transport channels, do TSM and feed to renderer */ if ( ( error = IVAS_DEC_GetSamplesDecoder( hIvasDec, isSplitRend, splitRendBits ) ) != IVAS_ERR_OK ) { return error; Loading Loading @@ -2461,10 +2461,10 @@ static ivas_error decodeG192( fprintf( stderr, "\nError in IVAS_DEC_GetSamplesRenderer(): %s\n", IVAS_DEC_GetErrorMessage( error ) ); goto cleanup; } } nSamplesRendered += nSamplesRendered_loop; nSamplesToRender -= nSamplesRendered_loop; } if ( needNewFrame ) { Loading apps/isar_post_rend.c +0 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,6 @@ *******************************************************************************************************/ #include "lib_isar_post_rend.h" #include <assert.h> #include <math.h> #include <string.h> Loading Loading
apps/decoder.c +4 −4 Original line number Diff line number Diff line Loading @@ -2408,7 +2408,7 @@ static ivas_error decodeG192( } } /* decode transport channels, do TSM and feed to renderer */ /* Decode transport channels, do TSM and feed to renderer */ if ( ( error = IVAS_DEC_GetSamplesDecoder( hIvasDec, isSplitRend, splitRendBits ) ) != IVAS_ERR_OK ) { return error; Loading Loading @@ -2461,10 +2461,10 @@ static ivas_error decodeG192( fprintf( stderr, "\nError in IVAS_DEC_GetSamplesRenderer(): %s\n", IVAS_DEC_GetErrorMessage( error ) ); goto cleanup; } } nSamplesRendered += nSamplesRendered_loop; nSamplesToRender -= nSamplesRendered_loop; } if ( needNewFrame ) { Loading
apps/isar_post_rend.c +0 −2 Original line number Diff line number Diff line Loading @@ -31,8 +31,6 @@ *******************************************************************************************************/ #include "lib_isar_post_rend.h" #include <assert.h> #include <math.h> #include <string.h> Loading