[Mplayer-cvslog] CVS: main stheader.h,1.13,1.14

Arpi of Ize arpi at mplayer.dev.hu
Thu Aug 23 14:46:47 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv6741

Modified Files:
	stheader.h 
Log Message:
new field: inited

Index: stheader.h
===================================================================
RCS file: /cvsroot/mplayer/main/stheader.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- stheader.h	16 Aug 2001 01:03:51 -0000	1.13
+++ stheader.h	23 Aug 2001 12:46:44 -0000	1.14
@@ -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;




More information about the MPlayer-cvslog mailing list