Cleanup
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
|
||||
#define OLIVE_NAMESPACE_EXIT }
|
||||
|
||||
|
||||
OLIVE_NAMESPACE_ENTER
|
||||
|
||||
const int kHSVChannels = 3;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#ifndef OTIODECODER_H
|
||||
#define OTIODECODER_H
|
||||
|
||||
|
||||
#include "common/otioutils.h"
|
||||
#include "project/project.h"
|
||||
#include "task/project/load/loadbasetask.h"
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user