Rename renderFrameAtVsync() to renderFrame() in preparation for further refactoring

This commit is contained in:
Cameron Gutman
2019-02-15 19:31:01 -08:00
parent 6cab2bec61
commit 81c6202582
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ public:
int maxFps,
bool enableVsync);
virtual bool prepareDecoderContext(AVCodecContext* context);
virtual void renderFrameAtVsync(AVFrame* frame);
virtual void renderFrame(AVFrame* frame);
virtual bool needsTestFrame();
virtual int getDecoderCapabilities();
virtual FramePacingConstraint getFramePacingConstraint();