summaryrefslogtreecommitdiffstats
path: root/access_mpcontext.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-05-07 07:51:48 +0200
committerUoti Urpala <uau@mplayer2.org>2011-06-24 22:55:09 +0300
commita8b11797d86546c894b88ed55a46558dfa972324 (patch)
tree91f1b4830d466b239e3fbefcc73d43dc3ead37d6 /access_mpcontext.h
parentfbf688539540fa840631d2570befb3f2eae106f8 (diff)
downloadmpv-a8b11797d86546c894b88ed55a46558dfa972324.tar.bz2
mpv-a8b11797d86546c894b88ed55a46558dfa972324.tar.xz
cleanup: remove warnings under libmenu/
Diffstat (limited to 'access_mpcontext.h')
-rw-r--r--access_mpcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/access_mpcontext.h b/access_mpcontext.h
index c6c8bfeaa3..4b866f255f 100644
--- a/access_mpcontext.h
+++ b/access_mpcontext.h
@@ -20,7 +20,7 @@
#define MPLAYER_ACCESS_MPCONTEXT_H
struct MPContext;
-const void *mpctx_get_video_out(struct MPContext *mpctx);
+void *mpctx_get_video_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);