lavfi: do not export the filters from shared objects
This commit is contained in:
@@ -373,7 +373,7 @@ static const AVFilterPad avfilter_vf_boxblur_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_vf_boxblur = {
|
||||
AVFilter ff_vf_boxblur = {
|
||||
.name = "boxblur",
|
||||
.description = NULL_IF_CONFIG_SMALL("Blur the input."),
|
||||
.priv_size = sizeof(BoxBlurContext),
|
||||
|
||||
Reference in New Issue
Block a user