Support send mouse movements commands to mplayer.
[mplayer/greg.git] / access_mpcontext.h
blob08c2181c119a76547ccb9f1b06eb9de87556ec52
1 struct MPContext;
2 void *mpctx_get_video_out(struct MPContext *mpctx);
3 void *mpctx_get_audio_out(struct MPContext *mpctx);
4 void *mpctx_get_demuxer(struct MPContext *mpctx);
5 void *mpctx_get_playtree_iter(struct MPContext *mpctx);
6 void *mpctx_get_mixer(struct MPContext *mpctx);
7 int mpctx_get_global_sub_size(struct MPContext *mpctx);
8 int mpctx_get_osd_function(struct MPContext *mpctx);