You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02: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