[vlc-commits] Remove SUBCAT_VIDEO_VFILTER2
Rémi Denis-Courmont
git at videolan.org
Fri Oct 19 21:32:38 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Oct 19 22:16:58 2012 +0300| [5192952f17febf4d38cb37873fc5e26ece4f53b5] | committer: Rémi Denis-Courmont
Remove SUBCAT_VIDEO_VFILTER2
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5192952f17febf4d38cb37873fc5e26ece4f53b5
---
include/vlc_plugin.h | 1 -
modules/video_filter/opencv_example.cpp | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/vlc_plugin.h b/include/vlc_plugin.h
index 48af8ef..509bad2 100644
--- a/include/vlc_plugin.h
+++ b/include/vlc_plugin.h
@@ -157,7 +157,6 @@ enum vlc_module_properties
#define SUBCAT_VIDEO_VFILTER 303
#define SUBCAT_VIDEO_TEXT 304
#define SUBCAT_VIDEO_SUBPIC 305
-#define SUBCAT_VIDEO_VFILTER2 306
#define CAT_INPUT 4
#define SUBCAT_INPUT_GENERAL 401
diff --git a/modules/video_filter/opencv_example.cpp b/modules/video_filter/opencv_example.cpp
index ce10b0d..bfa0dc8 100644
--- a/modules/video_filter/opencv_example.cpp
+++ b/modules/video_filter/opencv_example.cpp
@@ -72,7 +72,7 @@ vlc_module_begin ()
add_shortcut( "opencv_example" )
set_category( CAT_VIDEO )
- set_subcategory( SUBCAT_VIDEO_VFILTER2 )
+ set_subcategory( SUBCAT_VIDEO_VFILTER )
set_callbacks( OpenFilter, CloseFilter )
add_string( "opencv-haarcascade-file", "c:\\haarcascade_frontalface_alt.xml",
More information about the vlc-commits
mailing list