21 lines
655 B
Diff
21 lines
655 B
Diff
--- src/QtAV/FilterContext.h 2019-07-11 02:58:59.000000000 +0200
|
|
+++ src/QtAV/FilterContext.h 2020-07-25 11:16:49.931296324 +0200
|
|
@@ -26,6 +26,7 @@
|
|
#include <QtCore/QByteArray>
|
|
#include <QtCore/QRect>
|
|
#include <QtGui/QPainter>
|
|
+#include <QtGui/QPainterPath>
|
|
/*
|
|
* QPainterFilterContext, D2DFilterContext, ...
|
|
*/
|
|
--- qml/SGVideoNode.cpp 2019-07-11 02:58:59.000000000 +0200
|
|
+++ qml/SGVideoNode.cpp 2020-07-25 11:20:28.307307590 +0200
|
|
@@ -25,6 +25,7 @@
|
|
#include "QtAV/VideoFrame.h"
|
|
#include <QtCore/QScopedPointer>
|
|
#include <QtGui/QOpenGLFunctions>
|
|
+#include <QtQuick/QSGMaterial>
|
|
#include <QtQuick/QSGMaterialShader>
|
|
|
|
// all in QSGRenderThread
|