mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavfi/join: make use of AVFILTER_DEFINE_CLASS
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
622c977437
commit
5fe5bde60a
@ -77,12 +77,7 @@ static const AVOption join_options[] = {
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
static const AVClass join_class = {
|
||||
.class_name = "join filter",
|
||||
.item_name = av_default_item_name,
|
||||
.option = join_options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
AVFILTER_DEFINE_CLASS(join);
|
||||
|
||||
static int filter_frame(AVFilterLink *link, AVFrame *frame)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user