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/dec_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video/decode/dec_video.c') diff --git a/video/decode/dec_video.c b/video/decode/dec_video.c index 465791a1ed..1dd83db8bd 100644 --- a/video/decode/dec_video.c +++ b/video/decode/dec_video.c @@ -162,9 +162,9 @@ void resync_video_stream(sh_video_t *sh_video) sh_video->prev_sorted_pts = MP_NOPTS_VALUE; } -void video_reset_aspect(struct sh_video *sh_video) +void video_reinit_vo(struct sh_video *sh_video) { - sh_video->vd_driver->control(sh_video, VDCTRL_RESET_ASPECT, NULL); + sh_video->vd_driver->control(sh_video, VDCTRL_REINIT_VO, NULL); } int get_current_video_decoder_lag(sh_video_t *sh_video) -- cgit v1.2.3