summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authoral <al@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-10 02:39:31 +0000
committeral <al@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-10 02:39:31 +0000
commitfb8da06ed75c53a69a3a3f276c5e9631271d0249 (patch)
tree76f4b4e99612bff2cf6bc7ba4f09a13b90490c1d /libvo/x11_common.h
parent3ccd4245293941c68dd3d0e02a1106944031ca54 (diff)
downloadmpv-fb8da06ed75c53a69a3a3f276c5e9631271d0249.tar.bz2
mpv-fb8da06ed75c53a69a3a3f276c5e9631271d0249.tar.xz
Test if source image dimensions are too big.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16959 b3059339-0415-0410-9bf9-f77b7e298cf2
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
{