Mercurial > mplayer.hg
changeset 6644:f3153f8d4fbe
Moved the asf_http_streaming_ctrl_t struct from asf_streaming.c
author | bertrand |
---|---|
date | Fri, 05 Jul 2002 02:47:09 +0000 |
parents | 01eaf5358176 |
children | fc2de514a140 |
files | libmpdemux/asf.h |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/asf.h Fri Jul 05 02:46:03 2002 +0000 +++ b/libmpdemux/asf.h Fri Jul 05 02:47:09 2002 +0000 @@ -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