#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) { \
} \
}
#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.
@ AV_ROUND_DOWN
Round toward -infinity.
Definition at line 39 of file astenc.c.
Referenced by ast_write_header().
◆ OFFSET
◆ ast_write_header()
◆ ast_write_packet()
◆ ast_write_trailer()
◆ options
Initial value:= {
}
#define AV_OPT_FLAG_ENCODING_PARAM
A generic parameter which can be set by the user for muxing or encoding.
@ AV_OPT_TYPE_INT64
Underlying C type is int64_t.
Definition at line 180 of file astenc.c.
◆ ast_muxer_class
Initial value:= {
.class_name = "AST muxer",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 186 of file astenc.c.
◆ ff_ast_muxer
Initial value:= {
.p.name = "ast",
.p.extensions = "ast",
}
const AVCodecTag *const ff_ast_codec_tags_list[]
static int ast_write_trailer(AVFormatContext *s)
static int ast_write_packet(AVFormatContext *s, AVPacket *pkt)
static const AVClass ast_muxer_class
static int ast_write_header(AVFormatContext *s)
@ AV_CODEC_ID_PCM_S16BE_PLANAR
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
Definition at line 193 of file astenc.c.