mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-17 04:10:01 +01:00
update
This commit is contained in:
@@ -159,6 +159,13 @@ unsigned long Playback::allocatedFrames() {
|
||||
|
||||
}
|
||||
|
||||
void Playback::setWaitColorLevel(int w, int l) {
|
||||
mutex.lock();
|
||||
ac::setVariableWait(w);
|
||||
ac::setColorLevel(l);
|
||||
mutex.unlock();
|
||||
}
|
||||
|
||||
void Playback::setSubFilter_(int s) {
|
||||
mutex.lock();
|
||||
ac::setSubFilter(s);
|
||||
|
||||
Reference in New Issue
Block a user