#include "config_components.h"
#include "libavutil/avstring.h"
#include "libavutil/imgutils.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "drawutils.h"
#include "filters.h"
#include "formats.h"
#include "framesync.h"
#include "video.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ query_formats()
◆ init()
◆ process_slice()
static int process_slice |
( |
AVFilterContext * |
ctx, |
|
|
void * |
arg, |
|
|
int |
job, |
|
|
int |
nb_jobs |
|
) |
| |
|
static |
◆ process_frame()
◆ config_output()
◆ uninit()
◆ activate()
◆ AVFILTER_DEFINE_CLASS_EXT()
AVFILTER_DEFINE_CLASS_EXT |
( |
stack |
, |
|
|
"(h|v)stack" |
, |
|
|
stack_options |
|
|
) |
| |
◆ stack_options
Initial value:= {
{
"shortest",
"force termination when the shortest input terminates",
OFFSET(shortest),
AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, .flags =
FLAGS },
}
Definition at line 441 of file vf_stack.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 449 of file vf_stack.c.