From 486fe1fc46d5f5a87696488184de7b7a5a9cb857 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 5 Aug 2010 21:00:15 +0100 Subject: Silence "progressive:" output. --- src/video_dec/libvdpau/vdpau_h264.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/video_dec/libvdpau/vdpau_h264.c b/src/video_dec/libvdpau/vdpau_h264.c index 682a02e00..e16c800a7 100644 --- a/src/video_dec/libvdpau/vdpau_h264.c +++ b/src/video_dec/libvdpau/vdpau_h264.c @@ -458,7 +458,9 @@ static void draw_frames(video_decoder_t *this_gen, int flush) while ((decoded_pic = dpb_get_next_out_picture(this->nal_parser->dpb, flush)) != NULL) { decoded_pic->img->top_field_first = dp_top_field_first(decoded_pic); decoded_pic->img->progressive_frame = check_progressive(this_gen, decoded_pic); +#ifdef DEBUG_H264 printf("progressive: %d\n", decoded_pic->img->progressive_frame); +#endif if (flush) { xprintf(this->xine, XINE_VERBOSITY_DEBUG, "h264 flush, draw pts: %"PRId64"\n", decoded_pic->img->pts); -- cgit v1.2.3