[MPlayer-cvslog] r28688 - trunk/libvo/video_out.c
reimar
subversion at mplayerhq.hu
Sat Feb 21 12:44:10 CET 2009
Author: reimar
Date: Sat Feb 21 12:44:10 2009
New Revision: 28688
Log:
100l, place vdpau below xv, it should not normally be preferred for auto-selection (yet).
Modified:
trunk/libvo/video_out.c
Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c Sat Feb 21 11:54:29 2009 (r28687)
+++ trunk/libvo/video_out.c Sat Feb 21 12:44:10 2009 (r28688)
@@ -170,12 +170,12 @@ const vo_functions_t* const video_out_dr
#ifdef CONFIG_3DFX
&video_out_3dfx,
#endif
-#if CONFIG_VDPAU
- &video_out_vdpau,
-#endif
#ifdef CONFIG_XV
&video_out_xv,
#endif
+#if CONFIG_VDPAU
+ &video_out_vdpau,
+#endif
#ifdef CONFIG_X11
&video_out_x11,
&video_out_xover,
More information about the MPlayer-cvslog
mailing list