git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8b27f70
)
Add some sections
author
Christophe Mutricy
<xtophe@videolan.org>
Tue, 2 Aug 2005 18:31:32 +0000
(18:31 +0000)
committer
Christophe Mutricy
<xtophe@videolan.org>
Tue, 2 Aug 2005 18:31:32 +0000
(18:31 +0000)
modules/video_filter/deinterlace.c
patch
|
blob
|
history
diff --git
a/modules/video_filter/deinterlace.c
b/modules/video_filter/deinterlace.c
index
ba3255d
..
743394d
100644
(file)
--- a/
modules/video_filter/deinterlace.c
+++ b/
modules/video_filter/deinterlace.c
@@
-115,6
+115,7
@@
vlc_module_begin();
set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VFILTER );
+ set_section( N_("Display"),NULL);
add_string( "deinterlace-mode", "discard", NULL, MODE_TEXT,
MODE_LONGTEXT, VLC_FALSE );
change_string_list( mode_list, mode_list_text, 0 );
@@
-124,6
+125,7
@@
vlc_module_begin();
add_submodule();
set_capability( "video filter2", 0 );
+ set_section( N_("Streamming"),NULL);
add_string( FILTER_CFG_PREFIX "mode", "blend", NULL, MODE_TEXT,
MODE_LONGTEXT, VLC_FALSE );
change_string_list( mode_list, mode_list_text, 0 );