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.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/libavfilter/vf_ass.c b/libavfilter/vf_ass.c
index c828699ae1..3503b2665f 100644
--- a/libavfilter/vf_ass.c
+++ b/libavfilter/vf_ass.c
@@ -54,14 +54,9 @@ static const AVOption ass_options[] = {
{NULL},
};
-static const char *ass_get_name(void *ctx)
-{
- return "ass";
-}
-
static const AVClass ass_class = {
"AssContext",
- ass_get_name,
+ avfilter_default_filter_name,
ass_options
};