vlc | branch: master | Zhao Zhili <[email protected]> | Fri Apr 27 10:36:37 2018 +0800| [9578817a1f976f19feec6a378aabe801ef4555d4] | committer: Jean-Baptiste Kempf
opencv_wrapper: remove unused variables Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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" )) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
