X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=55d47e890b176e264cb47e0a8cc9d7aba76b8500;hb=88d056e4f1b0a9fd692bbfb34262dd05359c4d9c;hp=ac0784b53404f884b2981c84138ce0472e82507c;hpb=b5c58822be78c8820692c916e296a2230bb2b9e2;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index ac0784b5..55d47e89 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -95,6 +95,8 @@ public: char theme[BCTEXTLEN]; // plugin icon set char plugin_icons[BCTEXTLEN]; +// snapshot directory path + char snapshot_path[BCTEXTLEN]; double render_preroll; int brender_preroll; int force_uniprocessor; @@ -122,6 +124,9 @@ 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];