#include "avfilter.h"
#include "internal.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",
},
}
Definition at line 80 of file vf_ccrepack.c.
◆ ff_vf_ccrepack
Initial value:= {
.name = "ccrepack",
.priv_class = &ccrepack_class,
}
Definition at line 89 of file vf_ccrepack.c.