mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-30 04:02:04 +08:00
lavfi: do not export the filters from shared objects
This commit is contained in:
@@ -35,7 +35,7 @@ static const AVFilterPad avfilter_asink_anullsink_inputs[] = {
|
||||
{ NULL },
|
||||
};
|
||||
|
||||
AVFilter avfilter_asink_anullsink = {
|
||||
AVFilter ff_asink_anullsink = {
|
||||
.name = "anullsink",
|
||||
.description = NULL_IF_CONFIG_SMALL("Do absolutely nothing with the input audio."),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user