mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
lavfi: do not export the filters from shared objects
This commit is contained in:
@@ -139,7 +139,7 @@ static const AVFilterPad avfilter_af_channelsplit_inputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_af_channelsplit = {
|
||||
AVFilter ff_af_channelsplit = {
|
||||
.name = "channelsplit",
|
||||
.description = NULL_IF_CONFIG_SMALL("Split audio into per-channel streams"),
|
||||
.priv_size = sizeof(ChannelSplitContext),
|
||||
|
||||
Reference in New Issue
Block a user