From 0cca48c9103a0f5767c454f0b4be7cca641c3fb9 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 23 Aug 2001 12:46:44 +0000 Subject: [PATCH] new field: inited git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1657 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stheader.h | 2 ++ 1 file changed, 2 insertions(+) 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;