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
+3
View File
@@ -41,6 +41,7 @@ class RenderInstance : public QObject
public:
RenderInstance(const int& width,
const int& height,
const int& divider,
const olive::PixelFormat& format,
const olive::RenderMode& mode);
@@ -60,6 +61,8 @@ public:
const int& height() const;
const int& divider() const;
const olive::PixelFormat& format() const;
const olive::RenderMode& mode() const;