From d64868c215e35088bfeda67aeb04db0800bf2844 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 09 十月 2020 16:33:43 +0800 Subject: [PATCH] h264 mp4 --- csrc/common/gpu/info.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/csrc/common/gpu/info.h b/csrc/common/gpu/info.h index 614a4cb..7ba2c55 100644 --- a/csrc/common/gpu/info.h +++ b/csrc/common/gpu/info.h @@ -4,6 +4,7 @@ namespace gpu{ int getGPU(const int need); int getGPUPrior(const int need, const int reserved, const int lastChoice); + bool satisfy(const int index, const int need, const int reserved); } #endif \ No newline at end of file -- Gitblit v1.8.0