From a1ff25f8d2cf49ab7dc694968980d1ce9e00c999 Mon Sep 17 00:00:00 2001 From: Christophe Thommeret Date: Sat, 10 Jan 2009 14:41:55 +0000 Subject: Some fixes. --- src/libvdpau/vdpau_mpeg12.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libvdpau') diff --git a/src/libvdpau/vdpau_mpeg12.c b/src/libvdpau/vdpau_mpeg12.c index 819796d0f..4f9a692a5 100644 --- a/src/libvdpau/vdpau_mpeg12.c +++ b/src/libvdpau/vdpau_mpeg12.c @@ -640,6 +640,7 @@ static void decode_picture( vdpau_mpeg12_decoder_t *vd ) pic->vdp_infos.picture_structure=PICTURE_FRAME; if ( pic->vdp_infos.picture_structure!=PICTURE_FRAME && !pic->slices_count2 ) { + /* waiting second field */ lprintf("********************* no slices_count2 **********************\n"); return; } -- cgit v1.2.3