[Mplayer-cvslog] CVS: main/libmpdemux asf.h,1.9,1.10

Bertrand Baudet bertrand at mplayer.dev.hu
Sun Dec 16 08:54:38 CET 2001


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

Modified Files:
	asf.h 
Log Message:
Changed an unknown file to preroll.


Index: asf.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- asf.h	20 Nov 2001 22:17:16 -0000	1.9
+++ asf.h	16 Dec 2001 07:54:35 -0000	1.10
@@ -56,7 +56,7 @@
   uint64_t end_timestamp; //Timestamp of the end position UINT64 8
   uint64_t duration;  //Duration of the playback UINT64 8
   uint32_t start_timestamp; //Timestamp of the start position UINT32 4
-  uint32_t unk1; //Unknown, maybe reserved ( usually contains 0 ) UINT32 4
+  uint32_t preroll; //Time to bufferize before playing UINT32 4
   uint32_t flags; //Unknown, maybe flags ( usually contains 2 ) UINT32 4
   uint32_t packetsize; //Size of packet, in bytes UINT32 4
   uint32_t packetsize2; //Size of packet ( confirm ) UINT32 4
@@ -196,7 +196,7 @@
 int asf_http_streaming_start( stream_t *stream );
 int asf_http_streaming_read( int fd, char *buffer, int size, streaming_ctrl_t *streaming_ctrl );
 
-int asf_streaming(char *data, int length, int *drop_packet );
+int asf_streaming(ASF_stream_chunck_t *stream_chunck, int *drop_packet );
 #endif
 
 #endif




More information about the MPlayer-cvslog mailing list