This commit is contained in:
Thomas Wilshaw
2020-11-16 16:57:08 +00:00
parent f9e2a83ee4
commit 8433e4093a
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -27,7 +27,6 @@
#define OLIVE_NAMESPACE_EXIT }
OLIVE_NAMESPACE_ENTER
const int kHSVChannels = 3;
-1
View File
@@ -21,7 +21,6 @@
#ifndef OTIODECODER_H
#define OTIODECODER_H
#include "common/otioutils.h"
#include "project/project.h"
#include "task/project/load/loadbasetask.h"
+1 -1
View File
@@ -134,7 +134,7 @@ OTIO::Track *SaveOTIOTask::SerializeTrack(TrackOutput *track)
auto otio_clip = new OTIO::Clip(block->GetLabel().toStdString());
otio_clip->set_source_range(OTIO::TimeRange(block->in().toRationalTime(),
block->length().toRationalTime()));
block->length().toRationalTime()));
QList<MediaInput*> media_nodes = block->FindInputNodes<MediaInput>();
if (!media_nodes.isEmpty()) {