summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/video_out.c2
-rw-r--r--libvo/video_out.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index b12785dd70..3f4defa925 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -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;
//
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 5fe44a4dfd..5ac1d24ce1 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -114,5 +114,7 @@ extern int vo_dbpp;
extern int vo_doublebuffering;
extern int vo_fsmode;
+extern int vo_pts;
+
extern char *vo_subdevice;