lavfi: do not export the filters from shared objects
This commit is contained in:
parent
feeafb4ada
commit
cd43ca0443
56 changed files with 69 additions and 69 deletions
|
@ -35,7 +35,7 @@ static const AVFilterPad avfilter_vsink_nullsink_inputs[] = {
|
|||
{ NULL },
|
||||
};
|
||||
|
||||
AVFilter avfilter_vsink_nullsink = {
|
||||
AVFilter ff_vsink_nullsink = {
|
||||
.name = "nullsink",
|
||||
.description = NULL_IF_CONFIG_SMALL("Do absolutely nothing with the input video."),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue