sequence: ignore disabled streams

This commit is contained in:
itsmattkc
2020-09-19 12:07:36 +10:00
parent 3103359cd6
commit 6117ca44e9
+4
View File
@@ -268,6 +268,10 @@ void Sequence::set_parameters_from_footage(const QList<Footage *> footage)
foreach (Footage* f, footage) {
foreach (StreamPtr s, f->streams()) {
if (!s->enabled()) {
continue;
}
switch (s->type()) {
case Stream::kVideo:
{