Go to the source code of this file.
      
        
          | #define BOUNDARY_TAG   "ffserver" | 
        
      
 
 
Initial value:= {
}
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding 
 
 
Definition at line 58 of file mpjpeg.c.
 
 
Initial value:= {
    .class_name = "mpjpeg_muxer",
}
static const AVOption options[]
 
#define LIBAVUTIL_VERSION_INT
 
 
Definition at line 63 of file mpjpeg.c.
 
 
Initial value:= {
    .name              = "mpjpeg",
    .mime_type         = 
"multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
 
    .extensions        = "mjpg",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
 
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 write_trailer(AVFormatContext *s1)
 
static const AVClass mpjpeg_muxer_class
 
static int mpjpeg_write_packet(AVFormatContext *s, AVPacket *pkt)
 
static int mpjpeg_write_header(AVFormatContext *s)
 
static void write_header(FFV1Context *f)
 
 
Definition at line 70 of file mpjpeg.c.