Refactor controls

This commit is contained in:
Martijn Braam
2023-07-20 16:20:23 +02:00
parent c4969cec6c
commit d51a2fb263
6 changed files with 273 additions and 206 deletions

View File

@@ -29,6 +29,11 @@ struct mp_process_pipeline_state {
bool has_auto_focus_start;
bool flash_enabled;
bool control_gain;
bool control_exposure;
bool control_flash;
bool control_focus;
};
bool mp_process_find_processor(char *script);