[vlc-devel] commit: Enabled yuv in "vout display" wrapper. (Laurent Aimar )
git version control
git at videolan.org
Wed Sep 2 21:57:15 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Sep 2 21:53:44 2009 +0200| [32146fe2d1c3b3e7843f1dbc3d524d35ee335af4] | committer: Laurent Aimar
Enabled yuv in "vout display" wrapper.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32146fe2d1c3b3e7843f1dbc3d524d35ee335af4
---
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 caffae2..2b93eec 100644
--- a/modules/video_output/wrapper.c
+++ b/modules/video_output/wrapper.c
@@ -53,6 +53,7 @@ DECLARE_OPEN(xcb_xv);
DECLARE_OPEN(dummy);
DECLARE_OPEN(fb);
DECLARE_OPEN(directfb);
+DECLARE_OPEN(yuv);
#undef DECLARE_OPEN
@@ -90,6 +91,9 @@ vlc_module_begin()
add_submodule()
DECLARE_MODULE(directfb, 60)
+ add_submodule()
+ DECLARE_MODULE(yuv, 0)
+
vlc_module_end()
#undef DECLARE_MODULE
More information about the vlc-devel
mailing list