From dd2b244b71d64c909cffcf040315d35138e85aab Mon Sep 17 00:00:00 2001
From: chenke <chenke@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 19 七月 2017 15:41:43 +0800
Subject: [PATCH] 图像缩放模块

---
 RtspFace/PL_Scale.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/RtspFace/PL_Scale.h b/RtspFace/PL_Scale.h
index 76e00b5..d662b1f 100644
--- a/RtspFace/PL_Scale.h
+++ b/RtspFace/PL_Scale.h
@@ -5,6 +5,7 @@
 
 struct PL_Scale_Config
 {
+	void* windowSurface;
 	uint16_t toWidth;
 	uint16_t toHeight;
 	int filterMode; // libyuv/scale.h/FilterMode 

--
Gitblit v1.8.0