Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
5192952f
Commit
5192952f
authored
Oct 19, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove SUBCAT_VIDEO_VFILTER2
parent
a782a32e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
include/vlc_plugin.h
include/vlc_plugin.h
+0
-1
modules/video_filter/opencv_example.cpp
modules/video_filter/opencv_example.cpp
+1
-1
No files found.
include/vlc_plugin.h
View file @
5192952f
...
@@ -157,7 +157,6 @@ enum vlc_module_properties
...
@@ -157,7 +157,6 @@ enum vlc_module_properties
#define SUBCAT_VIDEO_VFILTER 303
#define SUBCAT_VIDEO_VFILTER 303
#define SUBCAT_VIDEO_TEXT 304
#define SUBCAT_VIDEO_TEXT 304
#define SUBCAT_VIDEO_SUBPIC 305
#define SUBCAT_VIDEO_SUBPIC 305
#define SUBCAT_VIDEO_VFILTER2 306
#define CAT_INPUT 4
#define CAT_INPUT 4
#define SUBCAT_INPUT_GENERAL 401
#define SUBCAT_INPUT_GENERAL 401
...
...
modules/video_filter/opencv_example.cpp
View file @
5192952f
...
@@ -72,7 +72,7 @@ vlc_module_begin ()
...
@@ -72,7 +72,7 @@ vlc_module_begin ()
add_shortcut
(
"opencv_example"
)
add_shortcut
(
"opencv_example"
)
set_category
(
CAT_VIDEO
)
set_category
(
CAT_VIDEO
)
set_subcategory
(
SUBCAT_VIDEO_VFILTER
2
)
set_subcategory
(
SUBCAT_VIDEO_VFILTER
)
set_callbacks
(
OpenFilter
,
CloseFilter
)
set_callbacks
(
OpenFilter
,
CloseFilter
)
add_string
(
"opencv-haarcascade-file"
,
"c:
\\
haarcascade_frontalface_alt.xml"
,
add_string
(
"opencv-haarcascade-file"
,
"c:
\\
haarcascade_frontalface_alt.xml"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment