Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ SET_OUTPUT_REGION
| #define SET_OUTPUT_REGION |
( |
| region, |
|
|
| rx, |
|
|
| ry, |
|
|
| rw, |
|
|
| rh ) |
Value: do { \
region->x = rx; \
region->y = ry; \
region->width = rw; \
region->height = rh; \
} while (0)
Definition at line 22 of file stack_internal.c.
Referenced by config_comm_output().
◆ STACK_COMMON_OPTS
| #define STACK_COMMON_OPTS |
Value:
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
Definition at line 310 of file stack_internal.c.
◆ DEFINE_HSTACK_OPTIONS
| #define DEFINE_HSTACK_OPTIONS |
( |
| api | ) |
|
Value: static const AVOption hstack_##api##_options[] = { \
}
#define STACK_COMMON_OPTS
Definition at line 314 of file stack_internal.c.
◆ DEFINE_VSTACK_OPTIONS
| #define DEFINE_VSTACK_OPTIONS |
( |
| api | ) |
|
◆ DEFINE_XSTACK_OPTIONS
| #define DEFINE_XSTACK_OPTIONS |
( |
| api | ) |
|
Value: static const AVOption xstack_##api##_options[] = { \
}
@ AV_OPT_TYPE_IMAGE_SIZE
Underlying C type is two consecutive integers.
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
Definition at line 328 of file stack_internal.c.
◆ DEFINE_STACK_FILTER
| #define DEFINE_STACK_FILTER |
( |
| category, |
|
|
| api, |
|
|
| capi, |
|
|
| filter_flags ) |
Value:
}; \
.
init = api##_stack_init, \
.
uninit = api##_stack_uninit, \
}
int(* init)(AVBSFContext *ctx)
#define AVFILTER_FLAG_DYNAMIC_INPUTS
The number of the filter inputs is not determined just by AVFilter.inputs.
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
static av_cold void uninit(AVBitStreamFilterContext *ctx)
static int activate(AVBitStreamFilterContext *ctx)
#define FF_FILTER_FLAG_HWFRAME_AWARE
The filter is aware of hardware frames, and any hardware frame context should not be automatically pr...
#define FILTER_PIXFMTS_ARRAY(array)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int stack_activate(AVFilterContext *avctx)
static const AVFilterPad stack_outputs[]
Describe the class of an AVClass context structure.
Definition at line 338 of file stack_internal.c.
◆ init_framesync()
◆ config_comm_output()
◆ stack_init()
◆ stack_uninit()
◆ stack_activate()
◆ stack_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVBitStreamFilterLink *outlink)
Definition at line 302 of file stack_internal.c.