From 92e01d9faf8c02180361ca0a724324a53ac08229 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期三, 13 十一月 2019 15:19:31 +0800 Subject: [PATCH] update --- csrc/wrapper.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/csrc/wrapper.hpp b/csrc/wrapper.hpp index 99039b6..045ba10 100644 --- a/csrc/wrapper.hpp +++ b/csrc/wrapper.hpp @@ -82,7 +82,7 @@ uint8_t* Decode(const char *file, const int gb, int *w, int *h); void *CreateEncoder(const int w, const int h, const int fps, const int br, - const int scale_flag, const int gi, const int fmt, const char *file); + const int scale_flag, const int gi); void DestroyEncoder(void *h); int Encode(void *hdl, uint8_t *in, const int w, const int h, uint8_t **out, int *size, int *key); -- Gitblit v1.8.0