Commit de23b783 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_TODO_NON_DIEGETIC_PAN_NOT_IMPLELENTED_IN_RENDERER

parent 79e9a090
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -274,11 +274,7 @@ static const CmdLnParser_Option cliOptions[] = {
        .id = CmdLnOptionId_nonDiegeticPan,
        .match = "non_diegetic_pan",
        .matchShort = "ndp",
#ifdef FIX_TODO_NON_DIEGETIC_PAN_NOT_IMPLELENTED_IN_RENDERER
        .description = "Panning mono non diegetic sound to stereo -90<= pan <= 90\nleft or l or 90->left, right or r or -90->right, center or c or 0 ->middle\n",
#else
        .description = "Panning mono non diegetic sound to stereo -90<= pan <= 90\nleft or l or 90->left, right or r or -90->right, center or c or 0 ->middle\n(todo: implementation)",
#endif
    },
    {
        .id = CmdLnOptionId_orientationTracking,
+0 −1
Original line number Diff line number Diff line
@@ -151,7 +151,6 @@
#define FIX_545_ASSERT                                  /* VA: fix issue 545, replace assert() with warning message when hitting memory limit in the buffer of indices */
#endif

#define FIX_TODO_NON_DIEGETIC_PAN_NOT_IMPLELENTED_IN_RENDERER /* ..\apps\renderer.c(240):  .... (todo: implementation)",*/
#define REMOVE_OBS_CODE                                 /* FhG: Remove unnecessary assignement after LFE cleanup (Issue #451)*/

#define FIX_TODO_FD_CNG_SBA_CLEANUP                     /* FhG: BE, address TODO comment in fd_cng_enc */