comparison access_mpcontext.h @ 36461:ed153683310d

Get rid of guiInfo member afilter. This also eliminates GUI_SET_AFILTER. Add mpctx_get_afilter() to provide this information and call it when needed.
author ib
date Tue, 17 Dec 2013 22:57:00 +0000
parents e6953c9c223a
children d4fbf2eb4a04
comparison
equal deleted inserted replaced
36460:d66bfbf37cd2 36461:ed153683310d
27 void *mpctx_get_mixer(struct MPContext *mpctx); 27 void *mpctx_get_mixer(struct MPContext *mpctx);
28 int mpctx_get_global_sub_size(struct MPContext *mpctx); 28 int mpctx_get_global_sub_size(struct MPContext *mpctx);
29 int mpctx_get_global_sub_pos(struct MPContext *mpctx); 29 int mpctx_get_global_sub_pos(struct MPContext *mpctx);
30 int mpctx_get_osd_function(struct MPContext *mpctx); 30 int mpctx_get_osd_function(struct MPContext *mpctx);
31 void *mpctx_get_stream(struct MPContext *mpctx); 31 void *mpctx_get_stream(struct MPContext *mpctx);
32 void *mpctx_get_afilter(struct MPContext *mpctx);
32 33
33 #endif /* MPLAYER_ACCESS_MPCONTEXT_H */ 34 #endif /* MPLAYER_ACCESS_MPCONTEXT_H */