mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 10:11: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_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."),
|
||||
|
||||
|
Reference in New Issue
Block a user