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:
@@ -208,7 +208,7 @@ static const AVFilterPad avfilter_vf_fade_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_vf_fade = {
|
||||
AVFilter ff_vf_fade = {
|
||||
.name = "fade",
|
||||
.description = NULL_IF_CONFIG_SMALL("Fade in/out input video"),
|
||||
.init = init,
|
||||
|
Reference in New Issue
Block a user