[vlc-commits] opencv_wrapper: remove unused variables

Zhao Zhili git at videolan.org
Sat May 26 18:08:21 CEST 2018


vlc | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Fri Apr 27 10:36:37 2018 +0800| [9578817a1f976f19feec6a378aabe801ef4555d4] | committer: Jean-Baptiste Kempf

opencv_wrapper: remove unused variables

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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 6b25794a32..f8710119f2 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" ))



More information about the vlc-commits mailing list