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
|
@ -315,7 +315,7 @@ static const AVFilterPad avfilter_af_resample_outputs[] = {
|
|||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_af_resample = {
|
||||
AVFilter ff_af_resample = {
|
||||
.name = "resample",
|
||||
.description = NULL_IF_CONFIG_SMALL("Audio resampling and conversion."),
|
||||
.priv_size = sizeof(ResampleContext),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue