#include "libavutil/opt.h"
#include "avformat.h"
#include "mux.h"
Go to the source code of this file.
◆ BOUNDARY_TAG
#define BOUNDARY_TAG "ffmpeg" |
◆ mpjpeg_write_header()
◆ mpjpeg_write_packet()
◆ options
Initial value:
Definition at line 53 of file mpjpeg.c.
◆ mpjpeg_muxer_class
Initial value:= {
.class_name = "mpjpeg_muxer",
}
Definition at line 58 of file mpjpeg.c.
◆ ff_mpjpeg_muxer
Initial value:= {
.p.name = "mpjpeg",
.p.mime_type =
"multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
.p.extensions = "mjpg",
}
Definition at line 65 of file mpjpeg.c.