[vlc-devel] commit: Enabled snapshot in "vout display" wrapper. (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> | Sat Sep 5 11:17:11 2009 +0200| [cbc5923f75eb172005e2a334d0b5908a2a17b2ac] | committer: Laurent Aimar
Enabled snapshot in "vout display" wrapper.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cbc5923f75eb172005e2a334d0b5908a2a17b2ac
---
modules/video_output/wrapper.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/video_output/wrapper.c b/modules/video_output/wrapper.c
index 2b93eec..2830cbe 100644
--- a/modules/video_output/wrapper.c
+++ b/modules/video_output/wrapper.c
@@ -54,6 +54,7 @@ DECLARE_OPEN(dummy);
DECLARE_OPEN(fb);
DECLARE_OPEN(directfb);
DECLARE_OPEN(yuv);
+DECLARE_OPEN(snapshot);
#undef DECLARE_OPEN
@@ -94,6 +95,9 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(yuv, 0)
+ add_submodule()
+ DECLARE_MODULE(snapshot, 0)
+
vlc_module_end()
#undef DECLARE_MODULE
More information about the vlc-devel
mailing list