diff libvo/video_out.h @ 30065:d5d20b8256b7

Some ugly hacks to make compiling against a newer external version of libass work.
author reimar
date Thu, 24 Dec 2009 10:51:24 +0000
parents fbb1f57a313e
children 3422423f2e20
line wrap: on
line diff
--- a/libvo/video_out.h	Thu Dec 24 10:45:05 2009 +0000
+++ b/libvo/video_out.h	Thu Dec 24 10:51:24 2009 +0000
@@ -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;