summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index a68994e588..2c2c4b2d74 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -77,6 +77,8 @@ extern int vo_xv_get_eq(uint32_t xv_port, char * name, int *value);
extern int vo_xv_enable_vsync();
+extern void vo_xv_get_max_img_dim( uint32_t * width, uint32_t * height );
+
/*** colorkey handling ***/
typedef struct xv_ck_info_s
{