mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
round A/V offset to video-frames.
This commit is contained in:
parent
3c2c048f40
commit
77e716943f
3 changed files with 10 additions and 6 deletions
|
|
@ -122,6 +122,7 @@ class TranscodeFfmpeg : public sigc::trackable
|
|||
void set_avoffset(double av_offset) { m_avoffset = av_offset; }
|
||||
void set_leadinout(double lead_in, double lead_out) { m_lead_in = lead_in; m_lead_out = lead_out; }
|
||||
|
||||
void set_fps(double fps) { m_fps = fps; } // on export, used for rounding only.
|
||||
|
||||
#if 1 /* tentative debug mode */
|
||||
void set_debug (bool onoff) { debug_enable = onoff; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue