lavfi: do not export the filters from shared objects
This commit is contained in:
@@ -208,7 +208,7 @@ static const AVFilterPad avfilter_vf_fade_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_vf_fade = {
|
||||
AVFilter ff_vf_fade = {
|
||||
.name = "fade",
|
||||
.description = NULL_IF_CONFIG_SMALL("Fade in/out input video"),
|
||||
.init = init,
|
||||
|
Reference in New Issue
Block a user