use correct size with media node

This commit is contained in:
itsmattkc
2019-09-10 12:56:07 +10:00
parent fc4ce3b26e
commit 333d7392d9
10 changed files with 33 additions and 17 deletions
@@ -36,6 +36,7 @@ public:
RendererThreadBase(QOpenGLContext* share_ctx,
const int& width,
const int& height,
const int& divider,
const olive::PixelFormat& format,
const olive::RenderMode& mode);
@@ -64,6 +65,8 @@ private:
const int& height_;
const int& divider_;
const olive::PixelFormat& format_;
const olive::RenderMode& mode_;