updated other classes for the previous commit's file moving
This commit is contained in:
@@ -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>;
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "codec/frame.h"
|
||||
#include "colorprocessor.h"
|
||||
#include "decoder/frame.h"
|
||||
|
||||
class ColorManager : public QObject
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <QOpenGLExtraFunctions>
|
||||
#include <OpenImageIO/imageio.h>
|
||||
|
||||
#include "decoder/frame.h"
|
||||
#include "codec/frame.h"
|
||||
#include "pixelformat.h"
|
||||
|
||||
/**
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include <QFileInfo>
|
||||
|
||||
#include "decoder/decoder.h"
|
||||
#include "codec/decoder.h"
|
||||
|
||||
ProbeTask::ProbeTask(FootagePtr footage) :
|
||||
footage_(footage)
|
||||
|
||||
Reference in New Issue
Block a user