Commit c536c12c authored by PLAINSI's avatar PLAINSI
Browse files

Merge branch 'main' into 891-paramupmix-cleanup

parents 6231636c 6a88cb40
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@
#define FIX_890_ARRAY_SIZE                              /* Nokia: issue #890: mismatch in 2D array size declaration and use */
#define BE_FIX_887_GCC_WARNING_ARRAY_SIZE               /* VoiceAge: Issue 887: change array size definition to avoid warning with gcc 11.4.0 */
#define FIX_247_EXTERNAL_RENDERER_COMMAND_LINE          /* VA: issue 247: harmonize command-line options names of external renderer with the decoder */
// #define FIX_643_PCA_OPTION                              /* VA: issue 643: rename PCA bypass command-line option */
#define FIX_643_PCA_OPTION                              /* VA: issue 643: rename PCA bypass command-line option */
#define FIX_891_PARAMUPMIX_CLEANUP                      /* Dlb: issue 891: remove unneeded code from ParamUpmix */

/* #################### End BE switches ################################## */
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ class EncoderFrontend:
            command.extend(["-max_band", max_band])

        if pca:
            command.extend(["-bypass", "2"])
            command.extend(["-pca"])

        if quiet_mode:
            command.extend(["-q"])