added backend for autoscale

This commit is contained in:
itsmattkc
2018-09-22 22:05:38 +10:00
parent d6c8f3844f
commit 64d6c3a874
5 changed files with 12 additions and 4 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ Clip::Clip(Sequence* s) :
pkt(new AVPacket()),
replaced(false),
texture(NULL),
fbo(NULL)
fbo(NULL),
autoscale(false)
{
reset();
}