moved various classes from root to common folder
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <QObject>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "rational.h"
|
||||
#include "common/rational.h"
|
||||
#include "project/item/footage/footage.h"
|
||||
#include "decoder/frame.h"
|
||||
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ extern "C" {
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "rational.h"
|
||||
#include "common/rational.h"
|
||||
|
||||
/**
|
||||
* @brief Abstraction from AVFrame. Currently a simple AVFrame wrapper.
|
||||
|
||||
Reference in New Issue
Block a user