This is a muxer for Loki SDL Motion JPEG files. More...
Go to the source code of this file.
Data Structures | |
struct | SMJPEGMuxContext |
Typedefs | |
typedef struct SMJPEGMuxContext | SMJPEGMuxContext |
Functions | |
static int | smjpeg_write_header (AVFormatContext *s) |
static int | smjpeg_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | smjpeg_write_trailer (AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_smjpeg_muxer |
This is a muxer for Loki SDL Motion JPEG files.
Definition in file smjpegenc.c.
typedef struct SMJPEGMuxContext SMJPEGMuxContext |
|
static |
Definition at line 36 of file smjpegenc.c.
|
static |
Definition at line 96 of file smjpegenc.c.
|
static |
Definition at line 119 of file smjpegenc.c.
AVOutputFormat ff_smjpeg_muxer |
Definition at line 138 of file smjpegenc.c.