libavformat/assenc.c File Reference
#include "avformat.h"
#include "internal.h"
Include dependency graph for libavformat/assenc.c:

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 30 of file libavformat/assenc.c.

static int write_trailer ( AVFormatContext s)
static

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,
}
static int write_header(AVFormatContext *s)
static int write_packet(AVFormatContext *s, AVPacket *pkt)
#define AVFMT_TS_NONSTRICT
Format does not require strictly increasing timestamps, but they must still be monotonic.
Definition: avformat.h:363
static int write_trailer(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AVFMT_GLOBALHEADER
Format wants global header.
Definition: avformat.h:351
#define AVFMT_NOTIMESTAMPS
Format does not need / have any timestamps.
Definition: avformat.h:352
struct ASSContext ASSContext
static int flags
Definition: cpu.c:23

Definition at line 104 of file libavformat/assenc.c.