[Mplayer-cvslog] CVS: main/libmpdemux aviwrite.h,1.1,1.2

Arpi of Ize arpi at mplayer.dev.hu
Wed Oct 31 17:08:28 CET 2001


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

Modified Files:
	aviwrite.h 
Log Message:
buffer_len added

Index: aviwrite.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/aviwrite.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- aviwrite.h	29 Oct 2001 00:55:15 -0000	1.1
+++ aviwrite.h	31 Oct 2001 16:08:26 -0000	1.2
@@ -13,6 +13,7 @@
   // buffering:
   unsigned char *buffer;
   unsigned int buffer_size;
+  unsigned int buffer_len;
   // source stream:
   void* source; // sh_audio or sh_video
   int codec; // codec used for encoding. 0 means copy




More information about the MPlayer-cvslog mailing list