Go to the source code of this file.
static int get_line |
( |
AVIOContext * |
pb, |
|
|
char * |
line, |
|
|
int |
line_size |
|
) |
| |
|
static |
static int split_tag_value |
( |
char ** |
tag, |
|
|
char ** |
value, |
|
|
char * |
line |
|
) |
| |
|
static |
static int check_content_type |
( |
char * |
line | ) |
|
|
static |
static int parse_content_length |
( |
const char * |
value | ) |
|
|
static |
Initial value:= {
.name = "mpjpeg",
.mime_type = "multipart/x-mixed-replace",
.extensions = "mjpg",
}
static int mpjpeg_read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int mpjpeg_read_probe(AVProbeData *p)
static int mpjpeg_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 215 of file mpjpegdec.c.