FFmpeg  1.2.12
Data Structures | Typedefs | 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

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

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 95 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 },
}

Definition at line 136 of file smjpegenc.c.