#include <float.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:
Definition at line 321 of file hlsenc.c.
Initial value:= {
.class_name = "hls muxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ctx)
Return the context name.
const OptionDef options[]
Definition at line 329 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 write_trailer(AVFormatContext *s1)
static int hls_write_packet(AVFormatContext *s, AVPacket *pkt)
preferred ID for MPEG-1/2 video decoding
static void write_header(FFV1Context *f)
static const AVClass hls_class
static int write_packet(AVFormatContext *s1, AVPacket *pkt)
Definition at line 337 of file hlsenc.c.