updated more classes for the moved decoder code a few commits back

This commit is contained in:
itsmattkc
2019-12-21 20:17:30 +11:00
parent 62d4603c76
commit 57c0b93ba5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#ifndef MEDIAINPUT_H
#define MEDIAINPUT_H
#include "decoder/decoder.h"
#include "codec/decoder.h"
#include "node/node.h"
/**
+1 -1
View File
@@ -4,8 +4,8 @@
#include <QMatrix4x4>
#include <QOpenGLPixelTransferOptions>
#include "codec/ffmpeg/ffmpegdecoder.h"
#include "core.h"
#include "decoder/ffmpeg/ffmpegdecoder.h"
#include "project/item/footage/footage.h"
#include "render/pixelservice.h"
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef DECODERCACHE_H
#define DECODERCACHE_H
#include "decoder/decoder.h"
#include "codec/decoder.h"
#include "project/item/footage/stream.h"
#include "rendercache.h"