Commit 5fe5bde6 authored by Paul B Mahol's avatar Paul B Mahol

lavfi/join: make use of AVFILTER_DEFINE_CLASS

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 622c9774
...@@ -77,12 +77,7 @@ static const AVOption join_options[] = { ...@@ -77,12 +77,7 @@ static const AVOption join_options[] = {
{ NULL }, { NULL },
}; };
static const AVClass join_class = { AVFILTER_DEFINE_CLASS(join);
.class_name = "join filter",
.item_name = av_default_item_name,
.option = join_options,
.version = LIBAVUTIL_VERSION_INT,
};
static int filter_frame(AVFilterLink *link, AVFrame *frame) static int filter_frame(AVFilterLink *link, AVFrame *frame)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment