X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedlsession.h;h=28c3c6236848b475ca8fbf03d6d0d2f8d5169eba;hb=b75f0c6910f5f1e1094f17874cd404e3f0faee8c;hp=81ef9fc5d14e341e3cb21f125fe7b3b39fdd5c07;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/edlsession.h b/cinelerra-5.1/cinelerra/edlsession.h index 81ef9fc5..28c3c623 100644 --- a/cinelerra-5.1/cinelerra/edlsession.h +++ b/cinelerra-5.1/cinelerra/edlsession.h @@ -64,9 +64,6 @@ public: void equivalent_output(EDLSession *session, double *result); void dump(); -// calculates the frame offset for programme timecode - int64_t get_frame_offset(); - // Audio int achannel_positions[MAXCHANNELS]; // AWindow format @@ -146,7 +143,7 @@ public: int labels_follow_edits; int mpeg4_deblock; int plugins_follow_edits; -// For main menu plugin attaching, +// For main menu plugin attaching, // // attach 1 standalone on the first track and share it with other tracks int single_standalone; int meter_format; @@ -162,6 +159,8 @@ public: int label_cells; int program_no; int playback_software_position; +// current settings are scaled this much from the original settings + int proxy_use_scaler, proxy_scale; // int playback_strategy; // Play audio in realtime priority int real_time_playback;