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. --- video/decode/vd_lavc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/decode/vd_lavc.c') diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c index d723318c4e..0881d72705 100644 --- a/video/decode/vd_lavc.c +++ b/video/decode/vd_lavc.c @@ -772,7 +772,7 @@ static int control(sh_video_t *sh, int cmd, void *arg) delay += avctx->thread_count - 1; *(int *)arg = delay; return CONTROL_TRUE; - case VDCTRL_RESET_ASPECT: + case VDCTRL_REINIT_VO: if (ctx->vo_initialized) ctx->vo_initialized = false; init_vo(sh, ctx->pic); -- cgit v1.2.3