Commit f70f25c4 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_389_EXT_REND_PCM_SR

parent a27e3c19
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -649,9 +649,6 @@ 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 ) );
+0 −1
Original line number Diff line number Diff line
@@ -144,7 +144,6 @@



#define FIX_389_EXT_REND_PCM_SR                         /* Nokia: Issue 389: Fix assignment of sample rate with PCM input. */
#define FIX_390_EXT_REND_MASA_META_COPY                 /* Nokia: Issue 390: Fixes MASA metadata copying to renderer. */
#define FIX_392_LATE_REVERB                             /* DLB : Issue 392: keep late reverb by default off when output config is not BINAURAL_ROOM*/