summaryrefslogtreecommitdiff
path: root/libavfilter/vf_ass.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_ass.c')
-rw-r--r--libavfilter/vf_ass.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libavfilter/vf_ass.c b/libavfilter/vf_ass.c
index d0e204939d..69f4ed37a1 100644
--- a/libavfilter/vf_ass.c
+++ b/libavfilter/vf_ass.c
@@ -55,9 +55,11 @@ static const AVOption ass_options[] = {
};
static const AVClass ass_class = {
- "AssContext",
- av_default_item_name,
- ass_options
+ .class_name = "ass",
+ .item_name = av_default_item_name,
+ .option = ass_options,
+ .version = LIBAVUTIL_VERSION_INT,
+ .category = AV_CLASS_CATEGORY_FILTER,
};
/* libass supports a log level ranging from 0 to 7 */