#include "avfilter.h"
#include "filters.h"
#include "ccfifo.h"
#include "video.h"
#include "libavutil/opt.h"
Go to the source code of this file.
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
ccrepack | | ) |
|
◆ config_input()
◆ filter_frame()
◆ uninit()
◆ ccrepack_options
◆ avfilter_vf_ccrepack_inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 81 of file vf_ccrepack.c.
◆ ff_vf_ccrepack
Initial value:= {
.p.name = "ccrepack",
.p.priv_class = &ccrepack_class,
}
static av_cold void uninit(AVBitStreamFilterContext *ctx)
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const AVFilterPad avfilter_vf_ccrepack_inputs[]
const AVFilterPad ff_video_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_VIDEO.
Definition at line 90 of file vf_ccrepack.c.