save flash state in the exif data

This commit is contained in:
Martijn Braam
2022-02-15 14:43:20 +01:00
parent 0163c00eaa
commit d41fb6745a
3 changed files with 15 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ struct mp_process_pipeline_state {
bool has_auto_focus_continuous;
bool has_auto_focus_start;
bool flash_enabled;
bool save_dng;
};