diff access_mpcontext.h @ 25026:afead6ecb8ba

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.
author ulion
date Thu, 15 Nov 2007 01:07:56 +0000
parents a7e5b99ac083
children fec8936c8079
line wrap: on
line diff
--- a/access_mpcontext.h	Wed Nov 14 22:26:14 2007 +0000
+++ b/access_mpcontext.h	Thu Nov 15 01:07:56 2007 +0000
@@ -4,3 +4,4 @@
 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);