1
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:
arpi 2001-11-05 02:58:47 +00:00
parent 3b086e8243
commit 9e418adf1e
2 changed files with 4 additions and 0 deletions

View File

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

View File

@ -114,5 +114,7 @@ extern int vo_dbpp;
extern int vo_doublebuffering;
extern int vo_fsmode;
extern int vo_pts;
extern char *vo_subdevice;