Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
0991b589
Commit
0991b589
authored
Aug 02, 2013
by
Jean-Baptiste Kempf
Browse files
Cropping filter: fix description.
Close #9117
parent
a08cf819
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/video_filter/croppadd.c
View file @
0991b589
...
...
@@ -76,7 +76,7 @@ static picture_t *Filter( filter_t *, picture_t * );
*****************************************************************************/
vlc_module_begin
()
set_shortname
(
N_
(
"Cropadd"
)
)
set_description
(
N_
(
"Video
scal
ing filter"
)
)
set_description
(
N_
(
"Video
cropp
ing filter"
)
)
set_capability
(
"video filter2"
,
0
)
set_callbacks
(
OpenFilter
,
CloseFilter
)
...
...
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