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.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/libavfilter/src_movie.c b/libavfilter/src_movie.c
index 21e4e3f122..8262e0027a 100644
--- a/libavfilter/src_movie.c
+++ b/libavfilter/src_movie.c
@@ -78,14 +78,9 @@ static const AVOption movie_options[]= {
{NULL},
};
-static const char *movie_get_name(void *ctx)
-{
- return "movie";
-}
-
static const AVClass movie_class = {
"MovieContext",
- movie_get_name,
+ avfilter_default_filter_name,
movie_options
};