X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedlsession.h;h=89748b6550fcfad693445a0326f1b4cf3ba0b120;hb=60f8df69db9ddd8148bfc41a17bb0955b52a45e6;hp=28c3c6236848b475ca8fbf03d6d0d2f8d5169eba;hpb=ea0dfe3cd57bb60ef824cd0d3512fcd251020c76;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/edlsession.h b/cinelerra-5.1/cinelerra/edlsession.h index 28c3c623..89748b65 100644 --- a/cinelerra-5.1/cinelerra/edlsession.h +++ b/cinelerra-5.1/cinelerra/edlsession.h @@ -141,7 +141,6 @@ public: int white_balance_raw; // labels follow edits during editing int labels_follow_edits; - int mpeg4_deblock; int plugins_follow_edits; // For main menu plugin attaching, // // attach 1 standalone on the first track and share it with other tracks @@ -160,7 +159,11 @@ public: int program_no; int playback_software_position; // current settings are scaled this much from the original settings - int proxy_use_scaler, proxy_scale; + int proxy_scale; +// upscale geom from proxy to session on read in + int proxy_use_scaler; +// automatically rescale assets when loaded + int proxy_auto_scale; // int playback_strategy; // Play audio in realtime priority int real_time_playback; @@ -211,7 +214,7 @@ public: // play every frame int video_every_frame; // decode video asynchronously - int video_asynchronous; +// int video_asynchronous; int video_tracks; // number of frames to write to disk at a time during video recording. int video_write_length;