Allow FFmpeg renderers to enforce V-sync being enabled or disabled

This commit is contained in:
Cameron Gutman
2018-09-03 20:57:09 -04:00
parent fa93364ddd
commit 2c068a99a3
10 changed files with 51 additions and 0 deletions
@@ -40,6 +40,7 @@ public:
virtual void renderFrameAtVsync(AVFrame* frame);
virtual bool needsTestFrame();
virtual int getDecoderCapabilities();
virtual VSyncConstraint getVsyncConstraint();
private:
int m_WindowSystem;