Merge pull request #4036 from RisingFog/rtc_osd

Display RTC on OSD
This commit is contained in:
Pierre Bourdon
2016-07-25 15:36:03 +02:00
committed by GitHub
11 changed files with 41 additions and 1 deletions

View File

@ -259,6 +259,7 @@ struct SConfig : NonCopyable
bool m_PauseMovie;
bool m_ShowLag;
bool m_ShowFrameCount;
bool m_ShowRTC;
std::string m_strMovieAuthor;
unsigned int m_FrameSkip;
bool m_DumpFrames;