summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-17 02:16:12 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-17 02:16:12 +0000
commit9182f6a97cf894fa57a266fa15aa2d21cbfceb22 (patch)
treed74e461a117f20d8590df67673a83b4fc77c3e19
parentc796878e402cf56cd500d0657ec359863fe16bf3 (diff)
downloadmpv-9182f6a97cf894fa57a266fa15aa2d21cbfceb22.tar.bz2
mpv-9182f6a97cf894fa57a266fa15aa2d21cbfceb22.tar.xz
Improve VDPAU render performance by increasing number of output surfaces.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30048 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libvo/vo_vdpau.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c
index 97242d9abf..b007786bd2 100644
--- a/libvo/vo_vdpau.c
+++ b/libvo/vo_vdpau.c
@@ -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 */