summaryrefslogtreecommitdiffstats
path: root/access_mpcontext.h
diff options
context:
space:
mode:
authorulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-15 01:07:56 +0000
committerulion <ulion@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-15 01:07:56 +0000
commit8db062d68341cef08aa3b05fe74735bcab86f3b2 (patch)
tree0e7548c6f5396e82b02885ff69de18a51100121e /access_mpcontext.h
parent2d6d93d83db25ad4dbf596a72479d4bf1cb4d54c (diff)
downloadmpv-8db062d68341cef08aa3b05fe74735bcab86f3b2.tar.bz2
mpv-8db062d68341cef08aa3b05fe74735bcab86f3b2.tar.xz
Remove the pause filter and the cmd queue hack, to know the mplayer going to
pause by checking mpctx directly. If there's any video update before the pause then capture the frame or fallback to use last captured frame as pausing frame. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25054 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'access_mpcontext.h')
-rw-r--r--access_mpcontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/access_mpcontext.h b/access_mpcontext.h
index 7937ce6099..5486c3fa64 100644
--- a/access_mpcontext.h
+++ b/access_mpcontext.h
@@ -4,3 +4,4 @@ void *mpctx_get_audio_out(struct MPContext *mpctx);
void *mpctx_get_playtree_iter(struct MPContext *mpctx);
void *mpctx_get_mixer(struct MPContext *mpctx);
int mpctx_get_global_sub_size(struct MPContext *mpctx);
+int mpctx_get_osd_function(struct MPContext *mpctx);