clang lint

This commit is contained in:
ReenigneArcher
2022-02-16 18:23:56 -05:00
parent f54a32feac
commit d6183430ef
10 changed files with 67 additions and 62 deletions

View File

@@ -1280,7 +1280,7 @@ void captureThreadSync() {
ctx.shutdown_event->raise(true);
ctx.join_event->raise(true);
}
});
});
while(encode_run_sync(synced_session_ctxs, ctx) == encode_e::reinit) {}
}
@@ -1296,7 +1296,7 @@ void capture_async(
auto lg = util::fail_guard([&]() {
images->stop();
shutdown_event->raise(true);
});
});
auto ref = capture_thread_async.ref();
if(!ref) {