From 08b37241e90cddc8d1db6d0aaf6fbb602bd61ae1 Mon Sep 17 00:00:00 2001 From: Julian Scheel Date: Tue, 23 Dec 2008 18:04:00 +0000 Subject: Set H.264 progressive_frame_flag; follow it in video_out_vdpau. (Maybe following the flag is not a good idea for mpeg2...) --- src/video_out/video_out_vdpau.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_out') diff --git a/src/video_out/video_out_vdpau.c b/src/video_out/video_out_vdpau.c index 11eb0fcb3..ed68b5c5f 100644 --- a/src/video_out/video_out_vdpau.c +++ b/src/video_out/video_out_vdpau.c @@ -715,7 +715,7 @@ static void vdpau_display_frame (vo_driver_t *this_gen, vo_frame_t *frame_gen) layer_count = 0; } - if ( frame->vo_frame.duration>2500 && frame->format==XINE_IMGFMT_VDPAU ) { + if ( frame->vo_frame.duration>2500 && !frame->vo_frame.progressive_frame && frame->format==XINE_IMGFMT_VDPAU ) { VdpTime current_time = 0; VdpVideoSurface past[2]; VdpVideoSurface future[1]; -- cgit v1.2.3