#include <float.h>
#include <stdint.h>
#include "libavutil/mathematics.h"
#include "libavutil/parseutils.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "libavutil/log.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
static int append_entry |
( |
HLSContext * |
hls, |
|
|
uint64_t |
duration |
|
) |
| |
|
static |
Initial value:= {
}
static const uint8_t start_sequence[]
Definition at line 323 of file hlsenc.c.
Initial value:= {
.class_name = "hls muxer",
}
static const AVOption options[]
av_default_item_name
Return the context name.
Definition at line 332 of file hlsenc.c.
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.