summaryrefslogtreecommitdiff
path: root/src/libvdpau
diff options
context:
space:
mode:
authorChristophe Thommeret <hftom@free.fr>2009-01-10 14:41:55 +0000
committerChristophe Thommeret <hftom@free.fr>2009-01-10 14:41:55 +0000
commita1ff25f8d2cf49ab7dc694968980d1ce9e00c999 (patch)
treea71a641f06b2c0b2cebaa27d7b31b11b7fb28610 /src/libvdpau
parentfdb2d00cb4a636a21fbb87688b83246b8c468a7f (diff)
downloadxine-lib-a1ff25f8d2cf49ab7dc694968980d1ce9e00c999.tar.gz
xine-lib-a1ff25f8d2cf49ab7dc694968980d1ce9e00c999.tar.bz2
Some fixes.
Diffstat (limited to 'src/libvdpau')
-rw-r--r--src/libvdpau/vdpau_mpeg12.c1
1 files changed, 1 insertions, 0 deletions
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;
}