# HG changeset patch # User arpi # Date 998570804 0 # Node ID cd77b8e28f8278137a25198636f1b9539cb503d7 # Parent 1d741dfa190ce497f10c0c544e242a1ce7d64200 new field: inited diff -r 1d741dfa190c -r cd77b8e28f82 stheader.h --- a/stheader.h Thu Aug 23 12:46:04 2001 +0000 +++ b/stheader.h Thu Aug 23 12:46:44 2001 +0000 @@ -11,6 +11,7 @@ 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 @@ demux_stream_t *ds; unsigned int format; codecs_t *codec; + int inited; // output format: float timer; // value of old v_frame float fps;