From 3dfbff7382ba723343c5206c8a730a23498168bd Mon Sep 17 00:00:00 2001 From: Julian Scheel Date: Fri, 6 Mar 2009 09:57:12 +0000 Subject: Fix deinterlacing settings after a pre-emption. --- src/video_out/video_out_vdpau.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index 2671a1d1c..a5082bdd7 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.c @@ -1754,6 +1754,7 @@ static void vdpau_reinit( vo_driver_t *this_gen ) return; } + vdpau_set_deinterlace(this_gen); vdp_preemption_callback_register(vdp_device, &vdp_preemption_callback, (void*)this); this->vdp_runtime_nr++; -- cgit v1.2.3