mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-19 13:19:59 +01:00
fixed typo
This commit is contained in:
@@ -252,7 +252,7 @@ void Playback::run() {
|
|||||||
if(ac::release_frames) {
|
if(ac::release_frames) {
|
||||||
std::cout << "Cleared Frames...\n";
|
std::cout << "Cleared Frames...\n";
|
||||||
ac::release_all_objects();
|
ac::release_all_objects();
|
||||||
release_frames = false;
|
ac::release_frames = false;
|
||||||
}
|
}
|
||||||
if(!capture.read(frame)) {
|
if(!capture.read(frame)) {
|
||||||
if(repeat_video && mode == MODE_VIDEO) {
|
if(repeat_video && mode == MODE_VIDEO) {
|
||||||
|
|||||||
Reference in New Issue
Block a user