comparison libmpdemux/stheader.h @ 24299:725638f690bb

added .stream_aspect to st_video_t: if non-zero and if not specified otherwise by the user the video pipeline will use it as current aspect ratio
author nicodvb
date Sat, 01 Sep 2007 15:54:45 +0000
parents 3f0d00abc073
children fefb019faa90
comparison
equal deleted inserted replaced
24298:068d5d4231e8 24299:725638f690bb
71 int num_buffered_pts; 71 int num_buffered_pts;
72 // output format: (set by demuxer) 72 // output format: (set by demuxer)
73 float fps; // frames per second (set only if constant fps) 73 float fps; // frames per second (set only if constant fps)
74 float frametime; // 1/fps 74 float frametime; // 1/fps
75 float aspect; // aspect ratio stored in the file (for prescaling) 75 float aspect; // aspect ratio stored in the file (for prescaling)
76 float stream_aspect; // aspect ratio stored in the media headers (e.g. in DVD IFO files)
76 int i_bps; // == bitrate (compressed bytes/sec) 77 int i_bps; // == bitrate (compressed bytes/sec)
77 int disp_w,disp_h; // display size (filled by fileformat parser) 78 int disp_w,disp_h; // display size (filled by fileformat parser)
78 // output driver/filters: (set by libmpcodecs core) 79 // output driver/filters: (set by libmpcodecs core)
79 unsigned int outfmtidx; 80 unsigned int outfmtidx;
80 void* video_out; // the video_out handle, used for this video stream 81 void* video_out; // the video_out handle, used for this video stream