comparison stheader.h @ 2031:624df8ea0e0e

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 :)
author atmos4
date Mon, 01 Oct 2001 15:58:31 +0000
parents 60afe3421c04
children
comparison
equal deleted inserted replaced
2030:68dbb349566e 2031:624df8ea0e0e
73 float fps; 73 float fps;
74 float frametime; // 1/fps 74 float frametime; // 1/fps
75 int i_bps; // == bitrate (compressed bytes/sec) 75 int i_bps; // == bitrate (compressed bytes/sec)
76 int disp_w,disp_h; // display size (filled by fileformat parser) 76 int disp_w,disp_h; // display size (filled by fileformat parser)
77 // int coded_w,coded_h; // coded size (filled by video codec) 77 // int coded_w,coded_h; // coded size (filled by video codec)
78 float aspect;
78 unsigned int outfmtidx; 79 unsigned int outfmtidx;
79 // unsigned int bitrate; 80 // unsigned int bitrate;
80 // buffers: 81 // buffers:
81 float num_frames; // number of frames played 82 float num_frames; // number of frames played
82 int num_frames_decoded; // number of frames decoded 83 int num_frames_decoded; // number of frames decoded