diff options
-rw-r--r-- | src/video_out/video_out_vdpau.c | 2 |
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) { |