FFmpeg
|
#include "avformat.h"
Go to the source code of this file.
Macros | |
#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 | ff_mpjpeg_muxer |
#define BOUNDARY_TAG "ffserver" |
Definition at line 25 of file mpjpeg.c.
Referenced by mpjpeg_write_header(), and mpjpeg_write_packet().
|
static |
|
static |
|
static |
AVOutputFormat ff_mpjpeg_muxer |