[MPlayer-cvslog] r30048 - trunk/libvo/vo_vdpau.c

cehoyos subversion at mplayerhq.hu
Thu Dec 17 03:16:13 CET 2009


Author: cehoyos
Date: Thu Dec 17 03:16:12 2009
New Revision: 30048

Log:
Improve VDPAU render performance by increasing number of output surfaces.

Modified:
   trunk/libvo/vo_vdpau.c

Modified: trunk/libvo/vo_vdpau.c
==============================================================================
--- trunk/libvo/vo_vdpau.c	Thu Dec 17 00:44:26 2009	(r30047)
+++ trunk/libvo/vo_vdpau.c	Thu Dec 17 03:16:12 2009	(r30048)
@@ -75,7 +75,7 @@ LIBVO_EXTERN(vdpau)
                message, vdp_get_error_string(vdp_st));
 
 /* number of video and output surfaces */
-#define NUM_OUTPUT_SURFACES                2
+#define NUM_OUTPUT_SURFACES                3
 #define MAX_VIDEO_SURFACES                 50
 
 /* number of palette entries */


More information about the MPlayer-cvslog mailing list