Add save-dng setting

This commit is contained in:
Martijn Braam
2021-06-14 00:32:55 +02:00
parent 295476c3f6
commit 5ad97d03f6
9 changed files with 66 additions and 3 deletions

View File

@@ -24,6 +24,8 @@ struct mp_process_pipeline_state {
bool has_auto_focus_continuous;
bool has_auto_focus_start;
bool save_dng;
};
void mp_process_pipeline_start();