0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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
This commit is contained in:
cehoyos 2009-12-17 02:16:12 +00:00
parent c796878e40
commit 9182f6a97c

View File

@ -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 */