Go to the source code of this file.
static void trim_right |
( |
char * |
p | ) |
|
|
static |
static int split_tag_value |
( |
char ** |
tag, |
|
|
char ** |
value, |
|
|
char * |
line |
|
) |
| |
|
static |
static int parse_multipart_header |
( |
AVIOContext * |
pb, |
|
|
int * |
size, |
|
|
const char * |
expected_boundary, |
|
|
void * |
log_ctx |
|
) |
| |
|
static |
static int parse_content_length |
( |
const char * |
value | ) |
|
|
static |
Initial value:= {
{
"strict_mime_boundary",
"require MIME boundaries match",
OFFSET(strict_mime_boundary),
AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1,
DEC },
}
Definition at line 378 of file mpjpegdec.c.
Initial value:= {
.class_name = "MPJPEG demuxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
const AVOption mpjpeg_options[]
Definition at line 384 of file mpjpegdec.c.
Initial value:= {
.name = "mpjpeg",
.mime_type = "multipart/x-mixed-replace",
.extensions = "mjpg",
}
static av_cold int read_close(AVFormatContext *ctx)
static int mpjpeg_read_header(AVFormatContext *s)
static int mpjpeg_read_close(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass mpjpeg_demuxer_class
static int mpjpeg_read_probe(AVProbeData *p)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int mpjpeg_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 391 of file mpjpegdec.c.