]> git.sesse.net Git - kdenlive/blobdiff - src/timecode.h
cleanup & add reference code for timecode calculation
[kdenlive] / src / timecode.h
index f8efcd32a986a0237b5059daf1e68a82852872e7..764a58af62567cf9a36066f813296555256a1190 100644 (file)
@@ -65,10 +65,11 @@ public:
 
 private:
     Formats m_format;
-    bool m_dropFrame;
+    bool m_dropFrameTimecode;
     int m_displayedFramesPerSecond;
     double m_realFps;
     double m_dropFrames;
+    int m_framesPer10Minutes;
     QRegExpValidator *m_validator;
 
     const QString getTimecodeHH_MM_SS_FF(const GenTime & time) const;