From c970f5c3288a0e0cb925327182d4317768be0b83 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 18 May 2013 11:32:53 +0200 Subject: video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO Same thing, and VDCTRL_REINIT_VO implies more generic use. --- core/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/command.c') diff --git a/core/command.c b/core/command.c index 31739f768a..ebc8d93485 100644 --- a/core/command.c +++ b/core/command.c @@ -1205,7 +1205,7 @@ static int mp_property_aspect(m_option_t *prop, int action, void *arg, if (f < 0.1) f = (float)mpctx->sh_video->disp_w / mpctx->sh_video->disp_h; mpctx->opts.movie_aspect = f; - video_reset_aspect(mpctx->sh_video); + video_reinit_vo(mpctx->sh_video); return M_PROPERTY_OK; } case M_PROPERTY_GET: -- cgit v1.2.3