diff --git a/apps/renderer.c b/apps/renderer.c index 0ee2ac94dc0d4d26b8e8ea5ad71132b9c27addde..27ac0dcb23801bd7a092cc29ad8df344400467c8 100644 --- a/apps/renderer.c +++ b/apps/renderer.c @@ -323,7 +323,11 @@ static const CmdLnParser_Option cliOptions[] = { .description = "LFE panning matrix. File (CSV table) containing a matrix of dimensions [ num_input_lfe x num_output_channels ] with elements specifying linear routing gain (like --gain, -g). \nIf specified, overrides the output LFE position option and the default behavior which attempts to map input to output LFE channel(s)" }, { .id = CmdLnOptionId_noDelayCmp, +#ifdef FIX_929_RENDERER_CMDL + .match = "no_delay_compensation", +#else .match = "no_delay_comparison", +#endif .matchShort = "no_delay_cmp", .description = "[flag] Turn off delay compensation", }, diff --git a/lib_com/options.h b/lib_com/options.h index b2dd1e3e76cf75c32902a0eace9c19cdfd60cb4d..0258d7e6fbb3e79945b6a858ec5b1fe367b7d9b3 100755 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -184,7 +184,9 @@ #define FIX_923_EXTERNAL_REND_COMMAND_LINE /* VA: issue 923: enable external renderer command-line options in UPPER case letters */ #define FIX_921_OMASA_DELAY_PRINTOUT /* VA: issue 921: correct OMASA decoder delay printout */ #define NONBE_FIX_926_OSBA_DECODER_CRASH_PLANAR_SBA /* FhG: issue 926: crash in OSBA decoding with planar FOA */ +#define FIX_929_RENDERER_CMDL /* Nokia: issue #929: renderer command line option */ /* #################### End BASOP porting switches ############################ */ + #endif