FFmpeg
|
smjpegenc.c File Reference
This is a muxer for Loki SDL Motion JPEG files. More...
Include dependency graph for smjpegenc.c:
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 |
Detailed Description
This is a muxer for Loki SDL Motion JPEG files.
Definition in file smjpegenc.c.
Typedef Documentation
typedef struct SMJPEGMuxContext SMJPEGMuxContext |
Function Documentation
|
static |
Definition at line 35 of file smjpegenc.c.
|
static |
Definition at line 95 of file smjpegenc.c.
|
static |
Definition at line 117 of file smjpegenc.c.
Variable Documentation
AVOutputFormat ff_smjpeg_muxer |
Initial value:
= {
.name = "smjpeg",
.long_name = NULL_IF_CONFIG_SMALL("Loki SDL MJPEG"),
.priv_data_size = sizeof(SMJPEGMuxContext),
.audio_codec = AV_CODEC_ID_PCM_S16LE,
.video_codec = AV_CODEC_ID_MJPEG,
.codec_tag = (const AVCodecTag *const []){ ff_codec_smjpeg_video_tags, ff_codec_smjpeg_audio_tags, 0 },
}
static int write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/assenc.c:63
static int smjpeg_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: smjpegenc.c:95
struct SMJPEGMuxContext SMJPEGMuxContext
#define AVFMT_TS_NONSTRICT
Format does not require strictly increasing timestamps, but they must still be monotonic.
Definition: avformat.h:363
Definition: libavformat/internal.h:35
Definition: libavcodec/avcodec.h:110
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavcodec/avcodec.h:299
Definition at line 135 of file smjpegenc.c.
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11