mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-18 21:00:13 +01:00
added log message
This commit is contained in:
@@ -159,6 +159,13 @@ unsigned long Playback::allocatedFrames() {
|
||||
|
||||
}
|
||||
|
||||
unsigned long Playback::getMaxAlloc() {
|
||||
mutex.lock();
|
||||
unsigned long l = ac::getMaxAllocated();
|
||||
mutex.unlock();
|
||||
return l;
|
||||
}
|
||||
|
||||
void Playback::setWaitColorLevel(int w, int l) {
|
||||
mutex.lock();
|
||||
ac::setVariableWait(w);
|
||||
|
||||
Reference in New Issue
Block a user