summaryrefslogtreecommitdiffstats
path: root/stheader.h
diff options
context:
space:
mode:
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;