summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-24 10:51:24 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-24 10:51:24 +0000
commit6023874828599e37e14056e5fc10325adfdba50c (patch)
tree86331fba2927b1a4494b10a25f662702b61ecc11 /libvo/video_out.h
parent1414f844c565a5c0170bb7250eafbd84ffdb93c6 (diff)
downloadmpv-6023874828599e37e14056e5fc10325adfdba50c.tar.bz2
mpv-6023874828599e37e14056e5fc10325adfdba50c.tar.xz
Some ugly hacks to make compiling against a newer external version of libass work.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30107 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index b143ff5554..b9380fadf1 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -74,6 +74,7 @@
#define VOCTRL_GET_EOSD_RES 29
typedef struct {
int w, h; // screen dimensions, including black borders
+ int srcw, srch; // unscaled source dimensions
int mt, mb, ml, mr; // borders (top, bottom, left, right)
} mp_eosd_res_t;