#include "avformat.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 | ass_muxer |
static int write_header | ( | AVFormatContext * | s | ) | [static] |
static int write_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
static int write_trailer | ( | AVFormatContext * | s | ) | [static] |
Initial value:
{ "ass", NULL_IF_CONFIG_SMALL("SSA/ASS format"), NULL, "ass,ssa", sizeof(ASSContext), CODEC_ID_NONE, CODEC_ID_NONE, write_header, write_packet, write_trailer, .flags = AVFMT_GLOBALHEADER | AVFMT_NOTIMESTAMPS }