mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avfilter: Constify all AVFilters
This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
85ba17f36d
commit
a04ad248a0
388 changed files with 967 additions and 967 deletions
|
|
@ -400,7 +400,7 @@ static const AVFilterPad displace_outputs[] = {
|
|||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter ff_vf_displace = {
|
||||
const AVFilter ff_vf_displace = {
|
||||
.name = "displace",
|
||||
.description = NULL_IF_CONFIG_SMALL("Displace pixels."),
|
||||
.priv_size = sizeof(DisplaceContext),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue