Commit 3b6feaa9 authored by Jan Kiene's avatar Jan Kiene
Browse files

use new command line argument for pca

parent 5370852a
Loading
Loading
Loading
Loading
Loading
+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"])