summaryrefslogtreecommitdiff
path: root/libavfilter/vf_overlay.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_overlay.c')
-rw-r--r--libavfilter/vf_overlay.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c
index 2c2275e718..5055f8b1e1 100644
--- a/libavfilter/vf_overlay.c
+++ b/libavfilter/vf_overlay.c
@@ -104,9 +104,11 @@ static const AVOption overlay_options[] = {
};
static const AVClass overlay_class = {
- "OverlayContext",
- av_default_item_name,
- overlay_options
+ .class_name = "overlay",
+ .item_name = av_default_item_name,
+ .option = overlay_options,
+ .version = LIBAVUTIL_VERSION_INT,
+ .category = AV_CLASS_CATEGORY_FILTER,
};
static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)