mirror of https://github.com/mpv-player/mpv
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:
parent
7b2e403283
commit
f1326177cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue