diff options
Diffstat (limited to 'core/pref.h')
-rw-r--r-- | core/pref.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pref.h b/core/pref.h index bae7992fe..a037a2da5 100644 --- a/core/pref.h +++ b/core/pref.h @@ -103,6 +103,9 @@ struct preferences { // ********** General ********** bool auto_recalculate_thumbnails; + bool extract_video_thumbnails; + int extract_video_thumbnails_position; // position in stream: 0=first 100=last second + const char *ffmpeg_executable; // path of ffmpeg binary int defaultsetpoint; // default setpoint in mbar const char *default_cylinder; const char *default_filename; |