From 24c9de726cc5040869cdcd58fdf2e66949a682d3 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Wed, 10 Jul 2002 14:07:33 +0000 Subject: * handle aspect special buffers and force the aspect to the mode requested by the input plugin (currently only xine-dvdnav forces aspects) * detect pan&scan material by examining the streams scale prohibitions CVS patchset: 2248 CVS date: 2002/07/10 14:07:33 --- src/libmpeg2/mpeg2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libmpeg2/mpeg2.h') diff --git a/src/libmpeg2/mpeg2.h b/src/libmpeg2/mpeg2.h index a3994930e..723066891 100644 --- a/src/libmpeg2/mpeg2.h +++ b/src/libmpeg2/mpeg2.h @@ -45,6 +45,7 @@ typedef struct mpeg2dec_s { int64_t pts; uint32_t rff_pattern; + int force_aspect; xine_t *xine; } mpeg2dec_t ; -- cgit v1.2.3