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
1fdc3f85
Commit
1fdc3f85
authored
Nov 30, 2007
by
Jean-Baptiste Kempf
Browse files
Typo spotted by Philipp Weisenbacher.
parent
5c1adfff
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/seamcarving.c
View file @
1fdc3f85
...
...
@@ -55,7 +55,7 @@ static void FilterSeamCarving( filter_t *, picture_t *, picture_t * );
vlc_module_begin
();
set_description
(
_
(
"Seam Carving video filter"
)
);
set_shortname
(
_
(
"Seam Carvin
f
"
));
set_shortname
(
_
(
"Seam Carvin
g
"
));
set_capability
(
"video filter2"
,
0
);
set_category
(
CAT_VIDEO
);
set_subcategory
(
SUBCAT_VIDEO_VFILTER
);
...
...
Write
Preview
Supports
Markdown
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