diff options
author | Julian Scheel <julian@jusst.de> | 2009-03-06 09:57:12 +0000 |
---|---|---|
committer | Julian Scheel <julian@jusst.de> | 2009-03-06 09:57:12 +0000 |
commit | 3dfbff7382ba723343c5206c8a730a23498168bd (patch) | |
tree | fbe7f1039d0095a76c2ea88dd3daa40d5379fdad /src | |
parent | 66475e7901d34d42a32930b649383e99cc56cf33 (diff) | |
download | xine-lib-3dfbff7382ba723343c5206c8a730a23498168bd.tar.gz xine-lib-3dfbff7382ba723343c5206c8a730a23498168bd.tar.bz2 |
Fix deinterlacing settings after a pre-emption.
Diffstat (limited to 'src')
-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++; |