From 105564c9ce5bea7587776e8cf39b2a3681b6d573 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 26 Sep 2001 01:18:19 +0000 Subject: libmpeg2 cleanups, more tweaks for still image display, implemented BUF_CONTROL_SPU_CHANNEL, trying to wipe out last windows style variable names (bFrameBad for example) CVS patchset: 697 CVS date: 2001/09/26 01:18:19 --- src/libmpeg2/header.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libmpeg2/header.c') diff --git a/src/libmpeg2/header.c b/src/libmpeg2/header.c index cc2bf4022..9c4ac36f0 100644 --- a/src/libmpeg2/header.c +++ b/src/libmpeg2/header.c @@ -179,6 +179,11 @@ static int header_process_sequence_extension (picture_t * picture, picture->coded_picture_height = (picture->coded_picture_height + 31) & ~31; + /* + printf ("libmpeg2: sequence extension+5 : %08x (%d)\n", + buffer[5], buffer[5] % 0x80); + */ + /* MPEG1 - for testing only */ picture->mpeg1 = 0; -- cgit v1.2.3