summaryrefslogtreecommitdiffstats
path: root/libmenu/vf_menu.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 /libmenu/vf_menu.c
parentfbf688539540fa840631d2570befb3f2eae106f8 (diff)
downloadmpv-a8b11797d86546c894b88ed55a46558dfa972324.tar.bz2
mpv-a8b11797d86546c894b88ed55a46558dfa972324.tar.xz
cleanup: remove warnings under libmenu/
Diffstat (limited to 'libmenu/vf_menu.c')
-rw-r--r--libmenu/vf_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmenu/vf_menu.c b/libmenu/vf_menu.c
index 994c7134ea..2679556d77 100644
--- a/libmenu/vf_menu.c
+++ b/libmenu/vf_menu.c
@@ -56,7 +56,7 @@ struct vf_priv_s {
static int put_image(struct vf_instance *vf, mp_image_t *mpi, double pts);
void vf_menu_pause_update(struct vf_instance *vf) {
- const struct vo *video_out = mpctx_get_video_out(vf->priv->current->ctx);
+ struct vo *video_out = mpctx_get_video_out(vf->priv->current->ctx);
if(pause_mpi) {
put_image(vf,pause_mpi, MP_NOPTS_VALUE);
// Don't draw the osd atm