mirror of
https://github.com/mpv-player/mpv
synced 2025-03-04 21:27:58 +00:00
tell to driver doublebuffering
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4655 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
848c35b252
commit
453bfb7581
@ -544,7 +544,7 @@ int vidix_init(unsigned src_width,unsigned src_height,
|
||||
vidix_play.dest.y = y_org;
|
||||
vidix_play.dest.w = dst_width;
|
||||
vidix_play.dest.h = dst_height;
|
||||
vidix_play.num_frames=NUM_FRAMES;
|
||||
vidix_play.num_frames=vo_doublebuffering?NUM_FRAMES:1;
|
||||
vidix_play.src.pitch.y = vidix_play.src.pitch.u = vidix_play.src.pitch.v = 0;
|
||||
if(info)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user