minor improvements
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
#include "project/clip.h"
|
||||
#include "project/marker.h"
|
||||
#include "project/selection.h"
|
||||
|
||||
struct Sequence {
|
||||
public:
|
||||
@@ -20,6 +21,9 @@ public:
|
||||
int audio_frequency;
|
||||
int audio_layout;
|
||||
|
||||
QVector<Selection> selections;
|
||||
long playhead;
|
||||
|
||||
bool using_workarea;
|
||||
long workarea_in;
|
||||
long workarea_out;
|
||||
|
||||
Reference in New Issue
Block a user