libavformat/smjpegenc.c File Reference

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

#include "avformat.h"
#include "internal.h"
#include "riff.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 36 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 119 of file smjpegenc.c.


Variable Documentation

Initial value:

 {
    .name           = "smjpeg",
    .long_name      = NULL_IF_CONFIG_SMALL("Loki SDL MJPEG"),
    .priv_data_size = sizeof(SMJPEGMuxContext),
    .audio_codec    = CODEC_ID_PCM_S16LE,
    .video_codec    = CODEC_ID_MJPEG,
    .write_header   = smjpeg_write_header,
    .write_packet   = smjpeg_write_packet,
    .write_trailer  = smjpeg_write_trailer,
    .flags          = AVFMT_GLOBALHEADER | AVFMT_TS_NONSTRICT,
    .codec_tag      = (const AVCodecTag *const []){ ff_codec_smjpeg_video_tags, ff_codec_smjpeg_audio_tags, 0 },
}

Definition at line 138 of file smjpegenc.c.


Generated on Fri Oct 26 02:48:02 2012 for FFmpeg by  doxygen 1.5.8