[MPlayer-cvslog] r38167 - trunk/libvo/video_out.c

ib subversion at mplayerhq.hu
Sat Feb 1 02:39:26 EET 2020


Author: ib
Date: Sat Feb  1 02:39:26 2020
New Revision: 38167

Log:
Change the order of two drivers.

Place the null video driver behind the "real" output drivers
(purely for cosmetic reasons).

Modified:
   trunk/libvo/video_out.c

Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c	Sat Feb  1 02:31:52 2020	(r38166)
+++ trunk/libvo/video_out.c	Sat Feb  1 02:39:26 2020	(r38167)
@@ -270,11 +270,11 @@ const vo_functions_t* const video_out_dr
 #endif
         &video_out_cvidix,
 #endif
-        &video_out_null,
         // should not be auto-selected
 #if CONFIG_XVMC
         &video_out_xvmc,
 #endif
+        &video_out_null,
         &video_out_mpegpes,
 #ifdef CONFIG_YUV4MPEG
         &video_out_yuv4mpeg,


More information about the MPlayer-cvslog mailing list