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:
@@ -118,7 +118,7 @@ static const AVFilterPad avfilter_vf_blackframe_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_vf_blackframe = {
|
||||
AVFilter ff_vf_blackframe = {
|
||||
.name = "blackframe",
|
||||
.description = NULL_IF_CONFIG_SMALL("Detect frames that are (almost) black."),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user