[vlc-devel] [PATCH 2/3] opencv_wrapper: remove unused variables

Zhao Zhili quinkblack at foxmail.com
Fri Apr 27 04:36:37 CEST 2018


---
 modules/video_filter/opencv_wrapper.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/modules/video_filter/opencv_wrapper.c b/modules/video_filter/opencv_wrapper.c
index 567ac30..acfbc3b 100644
--- a/modules/video_filter/opencv_wrapper.c
+++ b/modules/video_filter/opencv_wrapper.c
@@ -65,10 +65,6 @@ static const char *const output_list[] = { "none", "input", "processed"};
 static const char *const output_list_text[] = { N_("Don't display any video"),
   N_("Display the input video"), N_("Display the processed video")};
 
-static const char *const verbosity_list[] = { "error", "warning", "debug"};
-static const char *const verbosity_list_text[] = { N_("Show only errors"),
-  N_("Show errors and warnings"), N_("Show everything including debug messages")};
-
 vlc_module_begin ()
     set_description( N_("OpenCV video filter wrapper") )
     set_shortname( N_("OpenCV" ))
-- 
2.9.5





More information about the vlc-devel mailing list