lavfi: do not export the filters from shared objects
This commit is contained in:
@@ -313,7 +313,7 @@ static const AVFilterPad avfilter_af_asyncts_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_af_asyncts = {
|
||||
AVFilter ff_af_asyncts = {
|
||||
.name = "asyncts",
|
||||
.description = NULL_IF_CONFIG_SMALL("Sync audio data to timestamps"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user