diff 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
line wrap: on
line diff
--- a/access_mpcontext.h	Tue Dec 17 22:41:24 2013 +0000
+++ b/access_mpcontext.h	Tue Dec 17 22:57:00 2013 +0000
@@ -29,5 +29,6 @@
 int mpctx_get_global_sub_pos(struct MPContext *mpctx);
 int mpctx_get_osd_function(struct MPContext *mpctx);
 void *mpctx_get_stream(struct MPContext *mpctx);
+void *mpctx_get_afilter(struct MPContext *mpctx);
 
 #endif /* MPLAYER_ACCESS_MPCONTEXT_H */