lavfi: do not export the filters from shared objects
This commit is contained in:
@@ -118,7 +118,7 @@ static const AVFilterPad avfilter_vf_blackframe_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_vf_blackframe = {
|
||||
AVFilter ff_vf_blackframe = {
|
||||
.name = "blackframe",
|
||||
.description = NULL_IF_CONFIG_SMALL("Detect frames that are (almost) black."),
|
||||
|
||||
|
Reference in New Issue
Block a user