#include "avformat.h"
Go to the source code of this file.
Define Documentation
#define BOUNDARY_TAG "ffserver" |
Function Documentation
Variable Documentation
Initial value: {
.name = "mpjpeg",
.long_name = NULL_IF_CONFIG_SMALL("MIME multipart JPEG format"),
.mime_type = "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
.extensions = "mjpg",
.audio_codec = CODEC_ID_NONE,
.video_codec = CODEC_ID_MJPEG,
.write_header = mpjpeg_write_header,
.write_packet = mpjpeg_write_packet,
.write_trailer = mpjpeg_write_trailer,
}
Definition at line 56 of file mpjpeg.c.