diff stheader.h @ 1400:2bf9c561b01d

stage2 step 1
author arpi
date Sat, 28 Jul 2001 20:33:51 +0000
parents 7a2f1881b776
children d4cd08b06665
line wrap: on
line diff
--- a/stheader.h	Sat Jul 28 13:18:00 2001 +0000
+++ b/stheader.h	Sat Jul 28 20:33:51 2001 +0000
@@ -49,11 +49,13 @@
   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;