修bug
Some checks are pending
CI / host-build (push) Waiting to run
CI / rk3588-cross-build (push) Waiting to run

This commit is contained in:
sladro 2026-01-06 15:40:49 +08:00
parent d0fcb0593f
commit 490e5db0e5

View File

@ -81,7 +81,7 @@ public:
~ScopedRgaGate() { GlobalRgaGate().Release(); }
ScopedRgaGate(const ScopedRgaGate&) = delete;
ScopedRgaGate& operator=(const ScopedRgaGate&) = delete;
}
};
void EnsureRgaInitializedOnce() {
static std::once_flag once;