summaryrefslogtreecommitdiff
path: root/libavfilter/src_movie.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/src_movie.c')
-rw-r--r--libavfilter/src_movie.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c
index a3239c19f8..f793ad08d4 100644
--- a/libavfilter/src_movie.c
+++ b/libavfilter/src_movie.c
@@ -81,9 +81,11 @@ static const AVOption movie_options[]= {
};
static const AVClass movie_class = {
- "MovieContext",
- av_default_item_name,
- movie_options
+ .class_name = "movie",
+ .item_name = av_default_item_name,
+ .option = movie_options,
+ .version = LIBAVUTIL_VERSION_INT,
+ .category = AV_CLASS_CATEGORY_FILTER,
};
static av_cold int movie_common_init(AVFilterContext *ctx, const char *args, void *opaque,