diff access_mpcontext.h @ 36459:e6953c9c223a

Add mpctx_get_stream(). This avoids direct context access.
author ib
date Tue, 17 Dec 2013 22:40:51 +0000
parents 4634a3085efc
children ed153683310d
line wrap: on
line diff
--- a/access_mpcontext.h	Tue Dec 17 22:31:30 2013 +0000
+++ b/access_mpcontext.h	Tue Dec 17 22:40:51 2013 +0000
@@ -28,5 +28,6 @@
 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);
+void *mpctx_get_stream(struct MPContext *mpctx);
 
 #endif /* MPLAYER_ACCESS_MPCONTEXT_H */