Go to the source code of this file.
§ OFFSET
§ hls_mux_init()
§ append_entry()
static int append_entry |
( |
HLSContext * |
hls, |
|
|
uint64_t |
duration |
|
) |
| |
|
static |
§ free_entries()
§ hls_window()
§ hls_start()
§ hls_write_header()
§ hls_write_packet()
§ hls_write_trailer()
§ options
Initial value:= {
}
static const uint8_t start_sequence[]
Definition at line 323 of file hlsenc.c.
§ hls_class
Initial value:= {
.class_name = "hls muxer",
}
static const AVOption options[]
Definition at line 332 of file hlsenc.c.
§ ff_hls_muxer
Initial value:= {
.name = "hls",
.extensions = "m3u8",
}
static int hls_write_trailer(struct AVFormatContext *s)
static int hls_write_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int hls_write_packet(AVFormatContext *s, AVPacket *pkt)
static void write_header(FFV1Context *f)
static const AVClass hls_class
Definition at line 340 of file hlsenc.c.