summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristophe Thommeret <hftom@free.fr>2009-02-06 01:04:07 +0000
committerChristophe Thommeret <hftom@free.fr>2009-02-06 01:04:07 +0000
commit19b4b913d0b173ae11a443530b34732b52119c16 (patch)
tree370da412b1548f6751e48692089651269d6d53f2 /src
parentf81bb95b4d74684d2bb0caa1454db56389dce0c4 (diff)
downloadxine-lib-19b4b913d0b173ae11a443530b34732b52119c16.tar.gz
xine-lib-19b4b913d0b173ae11a443530b34732b52119c16.tar.bz2
Update csc at mixer_create.
Diffstat (limited to 'src')
-rw-r--r--src/video_out/video_out_vdpau.c2
1 files changed, 2 insertions, 0 deletions
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) {