comparison libmpdemux/asf_streaming.c @ 4315:0d5cba15772b

10l ...
author nexus
date Wed, 23 Jan 2002 14:11:19 +0000
parents 971836f677a9
children 3fb147d59ca6
comparison
equal deleted inserted replaced
4314:7fae2ec7c968 4315:0d5cba15772b
7 #include "config.h" 7 #include "config.h"
8 8
9 #include "url.h" 9 #include "url.h"
10 #include "http.h" 10 #include "http.h"
11 #include "asf.h" 11 #include "asf.h"
12
13 #include "stream.h"
14
12 #include "network.h" 15 #include "network.h"
13
14 #include "stream.h"
15 16
16 typedef struct { 17 typedef struct {
17 ASF_StreamType_e streaming_type; 18 ASF_StreamType_e streaming_type;
18 int request; 19 int request;
19 int packet_size; 20 int packet_size;