mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-18 14:54:19 +08:00
lavfi: do not export the filters from shared objects
This commit is contained in:
@@ -321,7 +321,7 @@ static const AVFilterPad avfilter_vf_scale_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_vf_scale = {
|
||||
AVFilter ff_vf_scale = {
|
||||
.name = "scale",
|
||||
.description = NULL_IF_CONFIG_SMALL("Scale the input video to width:height size and/or convert the image format."),
|
||||
|
||||
|
Reference in New Issue
Block a user