lavfi: do not export the filters from shared objects
This commit is contained in:
@@ -517,7 +517,7 @@ static const AVFilterPad avfilter_vf_yadif_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_vf_yadif = {
|
||||
AVFilter ff_vf_yadif = {
|
||||
.name = "yadif",
|
||||
.description = NULL_IF_CONFIG_SMALL("Deinterlace the input image"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user