summaryrefslogtreecommitdiffstats
path: root/mplayer.c
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 /mplayer.c
parentfbf688539540fa840631d2570befb3f2eae106f8 (diff)
downloadmpv-a8b11797d86546c894b88ed55a46558dfa972324.tar.bz2
mpv-a8b11797d86546c894b88ed55a46558dfa972324.tar.xz
cleanup: remove warnings under libmenu/
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index af26866be9..406148aa46 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -362,7 +362,7 @@ int use_filename_title;
#include "metadata.h"
-const void *mpctx_get_video_out(MPContext *mpctx)
+void *mpctx_get_video_out(MPContext *mpctx)
{
return mpctx->video_out;
}