#include "avformat.h"
Go to the source code of this file.
Defines | |
#define | BOUNDARY_TAG "ffserver" |
Functions | |
static int | mpjpeg_write_header (AVFormatContext *s) |
static int | mpjpeg_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | mpjpeg_write_trailer (AVFormatContext *s) |
Variables | |
AVOutputFormat | mpjpeg_muxer |
#define BOUNDARY_TAG "ffserver" |
Definition at line 25 of file mpjpeg.c.
Referenced by mpjpeg_write_header(), and mpjpeg_write_packet().
static int mpjpeg_write_header | ( | AVFormatContext * | s | ) | [static] |
static int mpjpeg_write_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
static int mpjpeg_write_trailer | ( | AVFormatContext * | s | ) | [static] |
Initial value:
{ "mpjpeg", NULL_IF_CONFIG_SMALL("MIME multipart JPEG format"), "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG, "mjpg", 0, CODEC_ID_NONE, CODEC_ID_MJPEG, mpjpeg_write_header, mpjpeg_write_packet, mpjpeg_write_trailer, }