[vlc-commits] video_filter: postproc: remove unused variable

Zhao Zhili git at videolan.org
Thu Sep 20 05:56:59 CEST 2018


vlc | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Thu Sep 20 11:19:02 2018 +0800| [88d22578f9ab18e4fb7857477557217017916afd] | committer: Rémi Denis-Courmont

video_filter: postproc: remove unused variable

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=88d22578f9ab18e4fb7857477557217017916afd
---

 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 6b4fbfb133..5f0f0c4c8b 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;
 



More information about the vlc-commits mailing list