summaryrefslogtreecommitdiffstats
path: root/stheader.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-23 12:46:44 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-23 12:46:44 +0000
commit0cca48c9103a0f5767c454f0b4be7cca641c3fb9 (patch)
tree04823693fbcc4b3956b336f1a6e4c6010d282ad3 /stheader.h
parente7986520f665d0e75efc3ca9ab76f990a22df539 (diff)
downloadmpv-0cca48c9103a0f5767c454f0b4be7cca641c3fb9.tar.bz2
mpv-0cca48c9103a0f5767c454f0b4be7cca641c3fb9.tar.xz
new field: inited
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1657 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 daf55ca727..851e79b4e4 100644
--- a/stheader.h
+++ b/stheader.h
@@ -11,6 +11,7 @@ typedef struct {
demux_stream_t *ds;
unsigned int format;
codecs_t *codec;
+ int inited;
// output format:
float timer; // value of old a_frame
int samplerate;
@@ -45,6 +46,7 @@ typedef struct {
demux_stream_t *ds;
unsigned int format;
codecs_t *codec;
+ int inited;
// output format:
float timer; // value of old v_frame
float fps;