[vlc-devel] commit: More logical non YUV fallback for xcb. (Laurent Aimar )

git version control git at videolan.org
Wed Aug 12 19:26:37 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Aug  9 17:02:33 2009 +0200| [8e9c553e52e445a89e96efef6cac6b40ab8edffb] | committer: Laurent Aimar 

More logical non YUV fallback for xcb.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8e9c553e52e445a89e96efef6cac6b40ab8edffb
---

 modules/video_output/xcb/xvideo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/xcb/xvideo.c b/modules/video_output/xcb/xvideo.c
index 8f6b055..3a69688 100644
--- a/modules/video_output/xcb/xvideo.c
+++ b/modules/video_output/xcb/xvideo.c
@@ -349,9 +349,9 @@ static int Open (vlc_object_t *obj)
         /* */
         const vlc_fourcc_t *chromas, chromas_default[] = {
             fmt.i_chroma,
-            VLC_CODEC_YUYV,
             VLC_CODEC_RGB24,
             VLC_CODEC_RGB15,
+            VLC_CODEC_YUYV,
             0
         };
         if (vlc_fourcc_IsYUV (fmt.i_chroma))




More information about the vlc-devel mailing list