diff stheader.h @ 1656:cd77b8e28f82

new field: inited
author arpi
date Thu, 23 Aug 2001 12:46:44 +0000
parents d4cd08b06665
children 60afe3421c04
line wrap: on
line diff
--- 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;