[vlc-devel] commit: Decreased snapshot vout module priority to 0. (Laurent Aimar )
git version control
git at videolan.org
Sat Sep 5 12:06:53 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Sep 4 20:26:06 2009 +0200| [c2e65179fbe8af2029d8b8651f54551c07f54a37] | committer: Laurent Aimar
Decreased snapshot vout module priority to 0.
You don't want it to be selected automatically.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2e65179fbe8af2029d8b8651f54551c07f54a37
---
modules/video_output/snapshot.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/snapshot.c b/modules/video_output/snapshot.c
index 411f1e5..7acade9 100644
--- a/modules/video_output/snapshot.c
+++ b/modules/video_output/snapshot.c
@@ -82,7 +82,7 @@ vlc_module_begin ()
set_category( CAT_VIDEO )
set_subcategory( SUBCAT_VIDEO_VOUT )
- set_capability( "video output", 1 )
+ set_capability( "video output", 0 )
add_integer( "vout-snapshot-width", 320, NULL, WIDTH_TEXT, WIDTH_LONGTEXT, false )
add_integer( "vout-snapshot-height", 200, NULL, HEIGHT_TEXT, HEIGHT_LONGTEXT, false )
More information about the vlc-devel
mailing list