lavfi: do not export the filters from shared objects
This commit is contained in:
@ -263,7 +263,7 @@ static const AVFilterPad avfilter_vf_unsharp_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_vf_unsharp = {
|
||||
AVFilter ff_vf_unsharp = {
|
||||
.name = "unsharp",
|
||||
.description = NULL_IF_CONFIG_SMALL("Sharpen or blur the input video."),
|
||||
|
||||
|
Reference in New Issue
Block a user