summaryrefslogtreecommitdiffstats
path: root/stheader.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-16 01:03:51 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-16 01:03:51 +0000
commit40f28a4215e8b45c67cce076da4cd4118c0edd89 (patch)
tree4b41cffc338965768bfd76390109637ccbda74b2 /stheader.h
parentbda27f2adc68d6065d7a7df1e6558c062efe41f1 (diff)
downloadmpv-40f28a4215e8b45c67cce076da4cd4118c0edd89.tar.bz2
mpv-40f28a4215e8b45c67cce076da4cd4118c0edd89.tar.xz
display number of decoded frames (for progr. mpeg2)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1547 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stheader.h')
-rw-r--r--stheader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stheader.h b/stheader.h
index 367151aa65..daf55ca727 100644
--- a/stheader.h
+++ b/stheader.h
@@ -56,6 +56,7 @@ typedef struct {
// unsigned int bitrate;
// buffers:
float num_frames; // number of frames played
+ int num_frames_decoded; // number of frames decoded
char *our_out_buffer;
// win32 codec stuff:
AVIStreamHeader video;