#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:= {
}
#define AV_OPT_FLAG_ENCODING_PARAM
A generic parameter which can be set by the user for muxing or encoding.
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
Definition at line 53 of file mpjpeg.c.
◆ mpjpeg_muxer_class
Initial value:= {
.class_name = "mpjpeg_muxer",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
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",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int mpjpeg_write_header(AVFormatContext *s)
static int mpjpeg_write_packet(AVFormatContext *s, AVPacket *pkt)
static const AVClass mpjpeg_muxer_class
#define FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
If this flag is set, then the only permitted audio/video/subtitle codec ids are AVOutputFormat....
Definition at line 65 of file mpjpeg.c.