Merge pull request #6793 from Lawrence37/nr-gain

Option for disabling noise reduction gain
This commit is contained in:
Lawrence37
2023-12-16 11:11:24 -08:00
committed by GitHub
9 changed files with 44 additions and 3 deletions

View File

@@ -772,6 +772,7 @@ struct DirPyrDenoiseParams {
double chroma;
double redchro;
double bluechro;
bool autoGain;
double gamma;
Glib::ustring dmethod;
Glib::ustring Lmethod;