FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
assenc.c File Reference
#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  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
 

Function Documentation

static int write_header ( AVFormatContext s)
static

Definition at line 30 of file assenc.c.

static int write_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 63 of file assenc.c.

static int write_trailer ( AVFormatContext s)
static

Definition at line 94 of file assenc.c.

Variable Documentation

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

Definition at line 105 of file assenc.c.