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
This commit is contained in:
bertrand 2002-07-05 02:47:09 +00:00
parent 7b2e403283
commit f1326177cc
1 changed files with 8 additions and 0 deletions

View File

@ -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