summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lut.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_lut.c')
-rw-r--r--libavfilter/vf_lut.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/libavfilter/vf_lut.c b/libavfilter/vf_lut.c
index 1155578838..47dd7f3ccf 100644
--- a/libavfilter/vf_lut.c
+++ b/libavfilter/vf_lut.c
@@ -91,13 +91,7 @@ static const AVOption lut_options[] = {
{NULL},
};
-static const AVClass lut_class = {
- .class_name = "lut",
- .item_name = av_default_item_name,
- .option = lut_options,
- .version = LIBAVUTIL_VERSION_INT,
- .category = AV_CLASS_CATEGORY_FILTER,
-};
+AVFILTER_DEFINE_CLASS(lut);
static int init(AVFilterContext *ctx, const char *args, void *opaque)
{