From 247da74f27e3020cb54b3106e3c2153c83d88e27 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 21 十一月 2019 15:23:10 +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 fa7ad72..9b866a1 100644 --- a/csrc/wrapper.hpp +++ b/csrc/wrapper.hpp @@ -80,7 +80,7 @@ }; void *CreateEncoder(const int w, const int h, const int fps, const int br, - const int scale_flag, const int gi); + const int pix_fmt, 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