FFmpeg
|
libavformat/assenc.c File Reference
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 |
Definition at line 30 of file libavformat/assenc.c.
|
static |
Definition at line 63 of file libavformat/assenc.c.
Referenced by asf_write_trailer(), avio_alloc_context(), ffio_init_context(), md5_finish(), mmf_read_packet(), mov_write_trailer(), query_codec(), and swf_write_trailer().
|
static |
Definition at line 93 of file libavformat/assenc.c.
Referenced by asf_write_trailer(), md5_finish(), mmf_read_packet(), mov_write_trailer(), query_codec(), and swf_write_trailer().
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_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/assenc.c:63
#define AVFMT_TS_NONSTRICT
Format does not require strictly increasing timestamps, but they must still be monotonic.
Definition: avformat.h:363
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
struct ASSContext ASSContext
Definition: libavcodec/avcodec.h:460
Definition at line 104 of file libavformat/assenc.c.
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11