audio chan pos rework, batchrender deadlock, titler/crikey grab_event tweak, thread...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferences.h
index c93187ea86f2a328c30205e5400ad0ceb7b03c0a..8b1bb3b4d251ee85ec87b232adf0ddcd6560381f 100644 (file)
@@ -124,9 +124,12 @@ public:
        int dvd_yuv420p_interlace;
 // highlight inversion color
        int highlight_inverse;
+// yuv color space/range
+       int yuv_color_space;
+       int yuv_color_range;
 
 // Default positions for channels
-       int channel_positions[MAXCHANNELS * MAXCHANNELS];
+       int channel_positions[MAXCHANNELS][MAXCHANNELS];
 
        Asset *brender_asset;
        int use_brender;