assenc.c File Reference
#include "avformat.h"

Go to the source code of this file.

Data Structures

struct  ASSContext

Typedefs

typedef struct ASSContext ASSContext

Functions

static int write_header (AVFormatContext *s)
static int write_packet (AVFormatContext *s, AVPacket *pkt)
static int write_trailer (AVFormatContext *s)

Variables

AVOutputFormat ff_ass_muxer

Typedef Documentation

typedef struct ASSContext ASSContext

Function Documentation

static int write_header ( AVFormatContext s)
static

Definition at line 28 of file assenc.c.

static int write_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 58 of file assenc.c.

Referenced by avio_alloc_context(), and ffio_init_context().

static int write_trailer ( AVFormatContext s)
static

Definition at line 67 of file assenc.c.

Variable Documentation

AVOutputFormat ff_ass_muxer
Initial value:
{
.name = "ass",
.long_name = NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle format"),
.mime_type = "text/x-ssa",
.extensions = "ass,ssa",
.priv_data_size = sizeof(ASSContext),
.subtitle_codec = CODEC_ID_SSA,
}

Definition at line 80 of file assenc.c.