Commit 9046cd32 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Fix issue 389 by removing the sample rate assignment.

parent ad1223e5
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -645,7 +645,9 @@ int main(
                fprintf( stderr, "Sampling rate must be specified on command line when using raw PCM input\n" );
                exit( -1 );
            }
#ifndef FIX_389_EXT_REND_PCM_SR
            args.sampleRate = inFileSampleRate;
#endif
            break;
        default:
            fprintf( stderr, "Error: %s\n", ivas_error_to_string( error ) );
+2 −0
Original line number Diff line number Diff line
@@ -153,6 +153,8 @@

#define SBA2MONO                                        /* FhG: Issue 365: Adapt processing of SBA mono output to be in line with stereo output (less delay, lower complexity) */

#define FIX_389_EXT_REND_PCM_SR                         /* Nokia: Issue 389: Fix assignment of sample rate with PCM input. */

/* ################## End DEVELOPMENT switches ######################### */
/* clang-format on */
#endif