mirror of https://github.com/mpv-player/mpv
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:
parent
c796878e40
commit
9182f6a97c
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue