From 19b4b913d0b173ae11a443530b34732b52119c16 Mon Sep 17 00:00:00 2001 From: Christophe Thommeret Date: Fri, 6 Feb 2009 01:04:07 +0000 Subject: Update csc at mixer_create. --- src/video_out/video_out_vdpau.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index 07d73a764..490002bb1 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.c @@ -1266,6 +1266,8 @@ static void vdpau_display_frame (vo_driver_t *this_gen, vo_frame_t *frame_gen) vdpau_set_inverse_telecine( this_gen ); vdpau_update_noise( this ); vdpau_update_sharpness( this ); + this->color_standard = color_standard; + vdpau_update_csc( this ); } if (color_standard != this->color_standard) { -- cgit v1.2.3