summaryrefslogtreecommitdiffstats
path: root/stheader.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-01 15:58:31 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-01 15:58:31 +0000
commit813e82a7eac31680db3ea431cc6758120579ce1c (patch)
tree89b64df8fcc634c53425ed03ef722bfce2250597 /stheader.h
parenta47ac752e5da5b4d056ca1d8a511c660aedbae4b (diff)
downloadmpv-813e82a7eac31680db3ea431cc6758120579ce1c.tar.bz2
mpv-813e82a7eac31680db3ea431cc6758120579ce1c.tar.xz
New aspect prescale code, parses aspect value from mpeg sequence header or commandline.
Removed X11_FULLSCREEN hack from mplayer.c and moved it to libvo/vo_xv.c. Added support for nominator[:/]denominator float values in cfg-parser, thanks for the code by Steve Davies. All around thanks to Steve for helping me understanding the whole stuff :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2032 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stheader.h')
-rw-r--r--stheader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stheader.h b/stheader.h
index dbc3b2b77c..891331b032 100644
--- a/stheader.h
+++ b/stheader.h
@@ -75,6 +75,7 @@ typedef struct {
int i_bps; // == bitrate (compressed bytes/sec)
int disp_w,disp_h; // display size (filled by fileformat parser)
// int coded_w,coded_h; // coded size (filled by video codec)
+ float aspect;
unsigned int outfmtidx;
// unsigned int bitrate;
// buffers: