Go to the source code of this file.
◆ CHECK_LOOP
#define CHECK_LOOP |
( |
|
type | ) |
|
Value:if (ast->loop ##
type > 0) { \
if (ast->loop ## type < 0 || ast->
loop ##
type > UINT_MAX) { \
} \
}
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
int64_t av_rescale_rnd(int64_t a, int64_t b, int64_t c, enum AVRounding rnd)
Rescale a 64-bit integer with specified rounding.
Definition at line 38 of file astenc.c.
Referenced by ast_write_header().
◆ OFFSET
◆ ast_write_header()
◆ ast_write_packet()
◆ ast_write_trailer()
◆ options
Initial value:= {
{
"loopend",
"Loopend position in milliseconds.",
OFFSET(loopend),
AV_OPT_TYPE_INT64, { .i64 = 0 }, 0, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM },
}
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
Definition at line 189 of file astenc.c.
◆ ast_muxer_class
Initial value:= {
.class_name = "AST muxer",
}
static const AVOption options[]
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
Definition at line 195 of file astenc.c.
◆ ff_ast_muxer
Initial value:= {
.name = "ast",
.extensions = "ast",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static int ast_write_packet(AVFormatContext *s, AVPacket *pkt)
static int ast_write_trailer(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 ast_write_header(AVFormatContext *s)
const AVCodecTag ff_codec_ast_tags[]
static void write_header(FFV1Context *f)
static const AVClass ast_muxer_class
Definition at line 202 of file astenc.c.