git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add shortnames to postproc and swscale. Will look better in the preferences.
[vlc.git]
/
modules
/
video_filter
/
swscale.c
diff --git
a/modules/video_filter/swscale.c
b/modules/video_filter/swscale.c
index
98c176e
..
1e044f4
100644
(file)
--- a/
modules/video_filter/swscale.c
+++ b/
modules/video_filter/swscale.c
@@
-66,6
+66,7
@@
const char *const ppsz_mode_descriptions[] =
vlc_module_begin ()
set_description( N_("Video scaling filter") )
+ set_shortname( N_("Swscale" ) )
set_capability( "video filter2", 150 )
set_category( CAT_VIDEO )
set_subcategory( SUBCAT_VIDEO_VFILTER )