diff options
author | bertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-07-05 02:47:09 +0000 |
---|---|---|
committer | bertrand <bertrand@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-07-05 02:47:09 +0000 |
commit | f1326177cc4b30f2885ddd6a4ee602d3842b9295 (patch) | |
tree | 626f7b0dae40d9aafabffcc8f5e702a9df6473c8 /libmpdemux | |
parent | 7b2e403283dd10b5a31cafca439d50e8c2fd826a (diff) |
Moved the asf_http_streaming_ctrl_t struct from asf_streaming.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6645 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r-- | libmpdemux/asf.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libmpdemux/asf.h b/libmpdemux/asf.h index 5ad0b0dc5f..23ab099d17 100644 --- a/libmpdemux/asf.h +++ b/libmpdemux/asf.h @@ -125,6 +125,14 @@ typedef enum { 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 |