diff access_mpcontext.h @ 36458:4634a3085efc

Add mpctx_get_global_sub_pos(). This avoids direct context access.
author ib
date Tue, 17 Dec 2013 22:31:30 +0000
parents c1a3f1bbba26
children e6953c9c223a
line wrap: on
line diff
--- a/access_mpcontext.h	Tue Dec 17 22:30:06 2013 +0000
+++ b/access_mpcontext.h	Tue Dec 17 22:31:30 2013 +0000
@@ -26,6 +26,7 @@
 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_global_sub_pos(struct MPContext *mpctx);
 int mpctx_get_osd_function(struct MPContext *mpctx);
 
 #endif /* MPLAYER_ACCESS_MPCONTEXT_H */