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')
-rw-r--r--libavfilter/vf_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_select.c b/libavfilter/vf_select.c
index 0c1b5091e6..be0bfc9cf0 100644
--- a/libavfilter/vf_select.c
+++ b/libavfilter/vf_select.c
@@ -177,7 +177,7 @@ static int config_input(AVFilterLink *inlink)
select->avctx = avcodec_alloc_context3(NULL);
if (!select->avctx)
return AVERROR(ENOMEM);
- ff_dsputil_init(&select->c, select->avctx);
+ dsputil_init(&select->c, select->avctx);
}
return 0;
}