view access_mpcontext.h @ 25569:1ab8dade208c

fixed bug when playing multi-angle titles: the address field in the agli data of the current angle must be != 0x7fffffff to be skippable; patch by oattila chello hu
author nicodvb
date Sat, 05 Jan 2008 10:48:17 +0000
parents 6ac1ece1f9fe
children 304fc0bbefe1
line wrap: on
line source

#ifndef ACCESS_MPCONTEXT_H
#define ACCESS_MPCONTEXT_H

struct MPContext;
void *mpctx_get_video_out(struct MPContext *mpctx);
void *mpctx_get_audio_out(struct MPContext *mpctx);
void *mpctx_get_demuxer(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);
int mpctx_get_osd_function(struct MPContext *mpctx);

#endif /* ACCESS_MPCONTEXT_H */