From f2e7ffa88dedcd7ce06f89dc5eb96eb766af4bed Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 24 May 2001 21:41:27 +0000 Subject: updated libmpeg2 to the latest version CVS patchset: 79 CVS date: 2001/05/24 21:41:27 --- src/libmpeg2/header.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/libmpeg2/header.c') diff --git a/src/libmpeg2/header.c b/src/libmpeg2/header.c index 013393da4..9c4a8c694 100644 --- a/src/libmpeg2/header.c +++ b/src/libmpeg2/header.c @@ -22,7 +22,6 @@ #include "config.h" #include -#include #include "mpeg2_internal.h" #include "attributes.h" @@ -122,11 +121,10 @@ int header_process_sequence_header (picture_t * picture, uint8_t * buffer) picture->frame_duration = 1509; break; default: - printf ("invalid/unknown frame rate code : %d \n", - picture->frame_rate_code); + /* printf ("invalid/unknown frame rate code : %d \n", + picture->frame_rate_code); */ picture->frame_duration = 3000; } - picture->bitrate = (buffer[4]<<10)|(buffer[5]<<2)|(buffer[6]>>6); -- cgit v1.2.3