Home
last modified time | relevance | path

Searched defs:HTTPContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhttp.c66 typedef struct HTTPContext { struct
67 const AVClass *class;
68 URLContext *hd;
69 unsigned char buffer[BUFFER_SIZE], *buf_ptr, *buf_end;
70 int line_count;
71 int http_code;
73 uint64_t chunksize;
74 int chunkend;
75 uint64_t off, end_off, filesize;
76 char *uri;
[all …]