From de6e563245cdfabc5bd3890d05b7e54bdbf16eb4 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期三, 09 十月 2019 16:36:16 +0800 Subject: [PATCH] add resize format --- csrc/wrapper.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/csrc/wrapper.hpp b/csrc/wrapper.hpp index 13d5f7d..bd9d24f 100644 --- a/csrc/wrapper.hpp +++ b/csrc/wrapper.hpp @@ -81,7 +81,7 @@ int Encode(void *hdl, uint8_t *in, const int w, const int h, uint8_t **out, int *size, int *key); void *CreateConvertor(const int srcW, const int srcH, const int srcFormat, - const int dstW, const int dstH, const int flag); + const int dstW, const int dstH, const int dstFormat, const int flag); uint8_t *Convert(void *h, uint8_t *src); void DestoryConvertor(void *h); -- Gitblit v1.8.0