update clang-format (#666)

This commit is contained in:
ReenigneArcher 2023-01-02 11:17:02 -05:00 committed by GitHub
commit f9963ed39b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1068 additions and 1375 deletions

View file

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