mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
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