Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vsrc_life.c')
-rw-r--r--libavfilter/vsrc_life.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vsrc_life.c b/libavfilter/vsrc_life.c
index 9b6305dfd9..4846f5d302 100644
--- a/libavfilter/vsrc_life.c
+++ b/libavfilter/vsrc_life.c
@@ -97,7 +97,7 @@ static const AVOption life_options[] = {
static const AVClass life_class = {
"LifeContext",
- avfilter_default_filter_name,
+ av_default_item_name,
life_options
};