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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/decode/dec_video.h') diff --git a/video/decode/dec_video.h b/video/decode/dec_video.h index 94bd2bce3a..05e3c7f0a1 100644 --- a/video/decode/dec_video.h +++ b/video/decode/dec_video.h @@ -41,7 +41,7 @@ struct mp_csp_details; void get_detected_video_colorspace(struct sh_video *sh, struct mp_csp_details *csp); void set_video_colorspace(struct sh_video *sh); void resync_video_stream(sh_video_t *sh_video); -void video_reset_aspect(struct sh_video *sh_video); +void video_reinit_vo(struct sh_video *sh_video); int get_current_video_decoder_lag(sh_video_t *sh_video); extern int divx_quality; -- cgit v1.2.3