From 00b3c781965e920f9672b7568d65acd44a47c84f Mon Sep 17 00:00:00 2001 From: uau Date: Wed, 21 Feb 2007 18:28:48 +0000 Subject: Fix menu to work with mpctx git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22302 b3059339-0415-0410-9bf9-f77b7e298cf2 --- access_mpcontext.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 access_mpcontext.h (limited to 'access_mpcontext.h') diff --git a/access_mpcontext.h b/access_mpcontext.h new file mode 100644 index 0000000000..515b7c9a46 --- /dev/null +++ b/access_mpcontext.h @@ -0,0 +1,2 @@ +void *mpctx_get_video_out(struct MPContext *mpctx); +void *mpctx_get_playtree_iter(struct MPContext *mpctx); -- cgit v1.2.3