From 65480cd3d11b465f0ede5f6c3d1b9f12e06dc98b Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 26 May 2001 00:48:47 +0000 Subject: implemented frame skipping for libmpeg2 as well as low-quality decoding for low-end systems CVS patchset: 82 CVS date: 2001/05/26 00:48:47 --- src/libmpeg2/mpeg2_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libmpeg2/mpeg2_internal.h') diff --git a/src/libmpeg2/mpeg2_internal.h b/src/libmpeg2/mpeg2_internal.h index 97c611d1c..bafd7abf9 100644 --- a/src/libmpeg2/mpeg2_internal.h +++ b/src/libmpeg2/mpeg2_internal.h @@ -124,6 +124,8 @@ typedef struct picture_s { int mpeg1; + int skip_non_intra_dct; + /* these things are not needed by the decoder */ /* this is a temporary interface, we will build a better one later. */ int aspect_ratio_information; -- cgit v1.2.3