Revert "Allow renderers to apply size and display changes seamlessly"

This reverts commit c989133d27.
This commit is contained in:
Cameron Gutman 2022-04-24 16:12:12 -05:00
commit 220f50ebe4
8 changed files with 15 additions and 106 deletions

View file

@ -25,7 +25,6 @@ public:
virtual int submitDecodeUnit(PDECODE_UNIT du) override;
virtual void renderFrameOnMainThread() override;
virtual void setHdrMode(bool enabled) override;
virtual bool applyWindowChange(int width, int height, int flags) override;
virtual IFFmpegRenderer* getBackendRenderer();