summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-15 22:08:50 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-15 22:08:50 +0000
commit3fc73ead6667cdc96443954194f3b463ecda2a30 (patch)
treea098f822b1a9281dd378979fbd6b0fcffa4a637e /libvo/sub.h
parent6af0bfeb9383b433a11f526aa2d9de251d3f9d75 (diff)
downloadmpv-3fc73ead6667cdc96443954194f3b463ecda2a30.tar.bz2
mpv-3fc73ead6667cdc96443954194f3b463ecda2a30.tar.xz
osd: ok, now it's possible to do partial draw/clear of the buffer only if changed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5643 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index b09d7a80c3..bbfcc4821e 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -94,5 +94,7 @@ void vo_init_osd();
int vo_update_osd(int dxs,int dys);
int vo_osd_changed(int new_value);
+extern int vo_osd_changed_flag;
+
#endif
#endif