support for premultipled alpha
This commit is contained in:
+9
-1
@@ -11,7 +11,15 @@ extern "C" {
|
||||
|
||||
#include "project/clip.h"
|
||||
|
||||
Footage::Footage() : ready(false), preview_gen(nullptr), invalid(false), in(0), out(0), speed(1.0) {
|
||||
Footage::Footage() :
|
||||
ready(false),
|
||||
preview_gen(nullptr),
|
||||
invalid(false),
|
||||
in(0),
|
||||
out(0),
|
||||
speed(1.0),
|
||||
alpha_is_premultiplied(false)
|
||||
{
|
||||
ready_lock.lock();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user