mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
vo_pts added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2708 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3b086e8243
commit
9e418adf1e
@ -43,6 +43,8 @@ int vo_dbpp=0;
|
||||
int vo_doublebuffering = 0;
|
||||
int vo_fsmode = 0;
|
||||
|
||||
int vo_pts=0; // for hw decoding
|
||||
|
||||
char *vo_subdevice = NULL;
|
||||
|
||||
//
|
||||
|
@ -114,5 +114,7 @@ extern int vo_dbpp;
|
||||
extern int vo_doublebuffering;
|
||||
extern int vo_fsmode;
|
||||
|
||||
extern int vo_pts;
|
||||
|
||||
extern char *vo_subdevice;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user