diff access_mpcontext.h @ 22286:a7e5b99ac083

Fix GUI compilation
author uau
date Wed, 21 Feb 2007 19:14:49 +0000
parents 83366c8e1928
children afead6ecb8ba
line wrap: on
line diff
--- a/access_mpcontext.h	Wed Feb 21 19:08:00 2007 +0000
+++ b/access_mpcontext.h	Wed Feb 21 19:14:49 2007 +0000
@@ -1,2 +1,6 @@
+struct MPContext;
 void *mpctx_get_video_out(struct MPContext *mpctx);
+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);