[vlc-devel] [PATCH 4/4] video_filter: postproc: remove unused variable
Zhao Zhili
quinkblack at foxmail.com
Thu Sep 20 05:19:02 CEST 2018
---
modules/video_filter/postproc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_filter/postproc.c b/modules/video_filter/postproc.c
index 6b4fbfb..5f0f0c4 100644
--- a/modules/video_filter/postproc.c
+++ b/modules/video_filter/postproc.c
@@ -126,7 +126,7 @@ static int OpenPostproc( vlc_object_t *p_this )
{
filter_t *p_filter = (filter_t *)p_this;
filter_sys_t *p_sys;
- vlc_value_t val, val_orig, text;
+ vlc_value_t val, val_orig;
const char *desc;
int i_flags = 0;
--
2.9.5
More information about the vlc-devel
mailing list