mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 22:50:57 +00:00
Rename renderFrameAtVsync() to renderFrame() in preparation for further refactoring
This commit is contained in:
@@ -15,7 +15,7 @@ public:
|
||||
int maxFps,
|
||||
bool enableVsync) override;
|
||||
virtual bool prepareDecoderContext(AVCodecContext* context) override;
|
||||
virtual void renderFrameAtVsync(AVFrame* frame) override;
|
||||
virtual void renderFrame(AVFrame* frame) override;
|
||||
virtual bool needsTestFrame() override;
|
||||
virtual int getDecoderCapabilities() override;
|
||||
virtual FramePacingConstraint getFramePacingConstraint() override;
|
||||
|
||||
Reference in New Issue
Block a user