#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "ast.h"
#include "mux.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
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) { \
} \
}
Definition at line 39 of file astenc.c.
◆ OFFSET
◆ ast_write_header()
◆ ast_write_packet()
◆ ast_write_trailer()
◆ options
Initial value:
Definition at line 185 of file astenc.c.
◆ ast_muxer_class
Initial value:= {
.class_name = "AST muxer",
}
Definition at line 191 of file astenc.c.
◆ ff_ast_muxer
Initial value:= {
.p.name = "ast",
.p.extensions = "ast",
}
Definition at line 198 of file astenc.c.
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.