summaryrefslogtreecommitdiffstats
path: root/stheader.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-28 20:33:51 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-28 20:33:51 +0000
commit218f22776503976e04cdd85b9273ece231e2c9b1 (patch)
tree3858c700f5ba383e99ae2372ff92adf598ed1686 /stheader.h
parentc4e52c047d2251f8d575e36ce9f516616b2a70d0 (diff)
downloadmpv-218f22776503976e04cdd85b9273ece231e2c9b1.tar.bz2
mpv-218f22776503976e04cdd85b9273ece231e2c9b1.tar.xz
stage2 step 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1401 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stheader.h')
-rw-r--r--stheader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stheader.h b/stheader.h
index 65933671c2..367151aa65 100644
--- a/stheader.h
+++ b/stheader.h
@@ -49,11 +49,13 @@ typedef struct {
float timer; // value of old v_frame
float fps;
float frametime; // 1/fps
+ 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)
unsigned int outfmtidx;
// unsigned int bitrate;
// buffers:
+ float num_frames; // number of frames played
char *our_out_buffer;
// win32 codec stuff:
AVIStreamHeader video;