round A/V offset to video-frames.

This commit is contained in:
Robin Gareus 2014-07-02 20:26:13 +02:00
parent 3c2c048f40
commit 77e716943f
3 changed files with 10 additions and 6 deletions

View file

@ -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; }