Mercurial > mplayer.hg
changeset 15864:9c674e162678
added forgotten xv_enable_vsync
author | reimar |
---|---|
date | Thu, 30 Jun 2005 10:16:35 +0000 |
parents | 7689a7c41225 |
children | 0b8c08580412 |
files | libvo/x11_common.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/x11_common.h Thu Jun 30 10:11:50 2005 +0000 +++ b/libvo/x11_common.h Thu Jun 30 10:16:35 2005 +0000 @@ -85,6 +85,8 @@ extern int vo_xv_set_eq(uint32_t xv_port, char * name, int value); extern int vo_xv_get_eq(uint32_t xv_port, char * name, int *value); +extern int vo_xv_enable_vsync(); + /*** colorkey handling ***/ typedef struct xv_ck_info_s {