Go to the source code of this file.
◆ get_line()
static int get_line |
( |
AVIOContext * |
pb, |
|
|
char * |
line, |
|
|
int |
line_size |
|
) |
| |
|
static |
◆ split_tag_value()
static int split_tag_value |
( |
char ** |
tag, |
|
|
char ** |
value, |
|
|
char * |
line |
|
) |
| |
|
static |
◆ check_content_type()
static int check_content_type |
( |
char * |
line | ) |
|
|
static |
◆ mpjpeg_read_probe()
◆ mpjpeg_read_header()
◆ parse_content_length()
static int parse_content_length |
( |
const char * |
value | ) |
|
|
static |
◆ parse_multipart_header()
◆ mpjpeg_read_packet()
◆ ff_mpjpeg_demuxer
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 224 of file mpjpegdec.c.