Mercurial > mplayer.hg
comparison libmpdemux/stheader.h @ 8965:14fa6a121a47
fixed the well-known DVD/DVB audio delay bug :)
author | arpi |
---|---|
date | Thu, 16 Jan 2003 22:34:46 +0000 |
parents | bffdd162d034 |
children | 0db4a3a5b01d |
comparison
equal
deleted
inserted
replaced
8964:9f3a0da01917 | 8965:14fa6a121a47 |
---|---|
89 int inited; | 89 int inited; |
90 float timer; // absolute time in video stream, since last start/seek | 90 float timer; // absolute time in video stream, since last start/seek |
91 // frame counters: | 91 // frame counters: |
92 float num_frames; // number of frames played | 92 float num_frames; // number of frames played |
93 int num_frames_decoded; // number of frames decoded | 93 int num_frames_decoded; // number of frames decoded |
94 // timing (mostly for mpeg): | |
95 float pts; // predicted/interpolated PTS of the current frame | |
96 float i_pts; // PTS for the _next_ I/P frame | |
94 // output format: (set by demuxer) | 97 // output format: (set by demuxer) |
95 float fps; // frames per second (set only if constant fps) | 98 float fps; // frames per second (set only if constant fps) |
96 float frametime; // 1/fps | 99 float frametime; // 1/fps |
97 float aspect; // aspect ratio stored in the file (for prescaling) | 100 float aspect; // aspect ratio stored in the file (for prescaling) |
98 int i_bps; // == bitrate (compressed bytes/sec) | 101 int i_bps; // == bitrate (compressed bytes/sec) |