mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-16 13:51:37 +08:00
lavfi: do not export the filters from shared objects
This commit is contained in:
@@ -348,7 +348,7 @@ static const AVFilterPad avfilter_vf_select_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter avfilter_vf_select = {
|
||||
AVFilter ff_vf_select = {
|
||||
.name = "select",
|
||||
.description = NULL_IF_CONFIG_SMALL("Select frames to pass in output."),
|
||||
.init = init,
|
||||
|
Reference in New Issue
Block a user