finished merge of viewer and footage

This commit is contained in:
itsmattkc
2021-04-06 13:08:56 +10:00
parent 57ddae8920
commit 898ea25e89
58 changed files with 783 additions and 719 deletions
-1
View File
@@ -37,7 +37,6 @@ extern "C" {
#include "common/rational.h"
#include "project/item/footage/footage.h"
#include "project/item/footage/footagedescription.h"
#include "project/item/footage/stream.h"
namespace olive {
+1 -1
View File
@@ -100,7 +100,7 @@ bool FFmpegDecoder::OpenInternal()
int64_t ts;
// If it's an image sequence, we'll probably need to transform the filename
if (stream().GetStream().video_type() == Stream::kVideoTypeImageSequence) {
if (stream().GetStream().video_type() == Track::kVideoTypeImageSequence) {
ts = stream().GetTimeInTimebaseUnits(timecode);
img_filename = TransformImageSequenceFileName(stream().filename(), ts);