lavfi: do not export the filters from shared objects
This commit is contained in:
@@ -228,7 +228,7 @@ static const AVFilterPad avfilter_vf_cropdetect_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_vf_cropdetect = {
|
||||
AVFilter ff_vf_cropdetect = {
|
||||
.name = "cropdetect",
|
||||
.description = NULL_IF_CONFIG_SMALL("Auto-detect crop size."),
|
||||
|
||||
|
Reference in New Issue
Block a user