Go to the source code of this file.
#define BOUNDARY_TAG "avserver" |
Initial value:= {
.name = "mpjpeg",
.mime_type =
"multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
.extensions = "mjpg",
}
static int mpjpeg_write_trailer(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int mpjpeg_write_packet(AVFormatContext *s, AVPacket *pkt)
static int mpjpeg_write_header(AVFormatContext *s)
Definition at line 56 of file mpjpeg.c.