updated other classes for the previous commit's file moving

This commit is contained in:
itsmattkc
2019-12-21 20:07:14 +11:00
parent f93c20819b
commit 401de26733
5 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -24,8 +24,8 @@
#include <memory>
#include <QOpenGLFunctions>
#include "codec/frame.h"
#include "common/constructors.h"
#include "decoder/frame.h"
#include "render/pixelformat.h"
/**
@@ -76,6 +76,7 @@ private:
int height_;
olive::PixelFormat format_;
};
using OpenGLTexturePtr = std::shared_ptr<OpenGLTexture>;
+1 -1
View File
@@ -3,8 +3,8 @@
#include <memory>
#include "codec/frame.h"
#include "colorprocessor.h"
#include "decoder/frame.h"
class ColorManager : public QObject
{
+1 -1
View File
@@ -4,8 +4,8 @@
#include <OpenColorIO/OpenColorIO.h>
namespace OCIO = OCIO_NAMESPACE::v1;
#include "codec/frame.h"
#include "common/constructors.h"
#include "decoder/frame.h"
class ColorProcessor;
+1 -1
View File
@@ -25,7 +25,7 @@
#include <QOpenGLExtraFunctions>
#include <OpenImageIO/imageio.h>
#include "decoder/frame.h"
#include "codec/frame.h"
#include "pixelformat.h"
/**
+1 -1
View File
@@ -22,7 +22,7 @@
#include <QFileInfo>
#include "decoder/decoder.h"
#include "codec/decoder.h"
ProbeTask::ProbeTask(FootagePtr footage) :
footage_(footage)