changed setFrameIndex to public, unlocked mutex

This commit is contained in:
lostjared
2018-08-28 10:00:39 -07:00
parent 4f6fb1328c
commit 4b23b78b04
3 changed files with 5 additions and 3 deletions

View File

@@ -39,10 +39,10 @@ private:
double alpha;
bool flip_frame1, flip_frame2;
bool repeat_video;
void setFrameIndex(const long &index);
public:
Playback(QObject *parent = 0);
~Playback();
void setFrameIndex(const long &index);
void setRGB(int r, int g, int b);
void setColorOptions(int b, int g, int s);
void setColorMap(int c);