add hw_dev preference, opts file var, tweak hw GPU xfer err msg
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / preferences.h
index b11a8f9ff1d409fa7d490135fda768b58f9bfe75..6a8f174a3933791b37d39b8f72fdc170d7318a49 100644 (file)
@@ -112,6 +112,8 @@ public:
        int real_processors;
 // ffmpeg builds marker indexes as it builds idx files
        int ffmpeg_marker_indexes;
+// ffmpeg hw_dev driver probe name
+       char use_hw_dev[BCSTRLEN];
 // warning
        int warn_indexes;
        int warn_version;
@@ -133,6 +135,8 @@ public:
        int yuv_color_range;
 // autocolor asset edit title
        int autocolor_assets;
+// ctrl_toggle && !ctrl_down() clears selection before toggle
+       int ctrl_toggle;
 // Default positions for channels
        int channel_positions[MAXCHANNELS][MAXCHANNELS];