summaryrefslogtreecommitdiff
path: root/src/libmpeg2/mpeg2.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-07-10 14:07:33 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-07-10 14:07:33 +0000
commit24c9de726cc5040869cdcd58fdf2e66949a682d3 (patch)
tree90c2cf3fc965d719bbf47b748da4642a3a8de64e /src/libmpeg2/mpeg2.h
parentc636a67577b49a714e4f5919ab1073b79979de37 (diff)
downloadxine-lib-24c9de726cc5040869cdcd58fdf2e66949a682d3.tar.gz
xine-lib-24c9de726cc5040869cdcd58fdf2e66949a682d3.tar.bz2
* 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
Diffstat (limited to 'src/libmpeg2/mpeg2.h')
-rw-r--r--src/libmpeg2/mpeg2.h1
1 files changed, 1 insertions, 0 deletions
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 ;