[Mplayer-cvslog] CVS: main/libmpdemux asf.h,1.15,1.16
Bertrand Baudet
bertrand at mplayerhq.hu
Fri Jul 5 04:47:11 CEST 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv26735
Modified Files:
asf.h
Log Message:
Moved the asf_http_streaming_ctrl_t struct from asf_streaming.c
Index: asf.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- asf.h 14 Apr 2002 05:47:27 -0000 1.15
+++ asf.h 5 Jul 2002 02:47:09 -0000 1.16
@@ -125,6 +125,14 @@
ASF_PlainText_e
} ASF_StreamType_e;
+typedef struct {
+ ASF_StreamType_e streaming_type;
+ int request;
+ int packet_size;
+ int *audio_streams,n_audio,*video_streams,n_video;
+ int audio_id, video_id;
+} asf_http_streaming_ctrl_t;
+
/*
* Some macros to swap little endian structures read from an ASF file
More information about the MPlayer-cvslog
mailing list