Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
86b6b7c3
Commit
86b6b7c3
authored
Jul 16, 2006
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't show the scale filter in the preferences
parent
5e47b73d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/video_filter/scale.c
modules/video_filter/scale.c
+2
-2
No files found.
modules/video_filter/scale.c
View file @
86b6b7c3
...
...
@@ -52,8 +52,8 @@ static picture_t *Filter( filter_t *, picture_t * );
vlc_module_begin
();
set_description
(
_
(
"Video scaling filter"
)
);
set_capability
(
"video filter2"
,
10000
);
set_category
(
CAT_VIDEO
);
set_subcategory
(
SUBCAT_VIDEO_VFILTER2
);
//
set_category( CAT_VIDEO );
//
set_subcategory( SUBCAT_VIDEO_VFILTER2 );
set_callbacks
(
OpenFilter
,
CloseFilter
);
vlc_module_end
();
...
...
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