FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
smjpegenc.c File Reference

This is a muxer for Loki SDL Motion JPEG files. More...

#include "avformat.h"
#include "internal.h"
#include "smjpeg.h"

Go to the source code of this file.

Data Structures

struct  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.

Function Documentation

static int smjpeg_write_header ( AVFormatContext s)
static

Definition at line 35 of file smjpegenc.c.

static int smjpeg_write_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 96 of file smjpegenc.c.

static int smjpeg_write_trailer ( AVFormatContext s)
static

Definition at line 118 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 smjpeg_write_trailer(AVFormatContext *s)
Definition: smjpegenc.c:118
static int smjpeg_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: smjpegenc.c:96
const AVCodecTag ff_codec_smjpeg_video_tags[]
Definition: smjpeg.c:31
#define AVFMT_TS_NONSTRICT
Format does not require strictly increasing timestamps, but they must still be monotonic.
Definition: avformat.h:494
static int smjpeg_write_header(AVFormatContext *s)
Definition: smjpegenc.c:35
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:176
static int write_trailer(AVFormatContext *s1)
Definition: v4l2enc.c:94
#define AVFMT_GLOBALHEADER
Format wants global header.
Definition: avformat.h:483
static int flags
Definition: cpu.c:47
const AVCodecTag ff_codec_smjpeg_audio_tags[]
Definition: smjpeg.c:36
static void write_header(FFV1Context *f)
Definition: ffv1enc.c:498
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
Definition: v4l2enc.c:86

Definition at line 136 of file smjpegenc.c.