From ab3d17cd44625a762fc10f0f1fd8f2c46b980aff Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 26 四月 2022 11:42:19 +0800 Subject: [PATCH] capture use cpu and add arm version --- cffmpeg.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cffmpeg.h b/cffmpeg.h index 1eb38cb..fc491ab 100644 --- a/cffmpeg.h +++ b/cffmpeg.h @@ -17,7 +17,7 @@ int c_ffmpeg_get_fps(const cffmpeg h); void c_ffmpeg_run_gb28181(const cffmpeg h); -char * c_ffmpeg_get_gb28181_pic(const char *rtspUrl, int *retDataLen); +char * c_ffmpeg_get_gb28181_pic(const char *rtspUrl, int *retDataLen, const int tt); void c_ffmepg_use_cpu(const cffmpeg h); /////////passive api void c_ffmpeg_open_recorder(const cffmpeg h); -- Gitblit v1.8.0