diff options
-rw-r--r-- | src/video_out/video_out_vdpau.c | 1 |
1 files changed, 1 insertions, 0 deletions
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++; |