restored swscale and updated opengl fx spec

This commit is contained in:
itsmattkc
2018-08-20 12:36:53 +10:00
parent 951be4d223
commit b06ab214ea
26 changed files with 395 additions and 309 deletions
+3
View File
@@ -7,6 +7,7 @@
struct Clip;
class Effect;
class EffectRow;
class TimelineHeader;
class KeyframeView : public QWidget {
Q_OBJECT
@@ -14,6 +15,8 @@ public:
KeyframeView(QWidget* parent = 0);
QVector<Effect*> effects;
TimelineHeader* header;
long visible_in;
long visible_out;
private: