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:
committed by
James Almer
parent
85ba17f36d
commit
a04ad248a0
@@ -377,7 +377,7 @@ static const AVOption eq_options[] = {
|
||||
|
||||
AVFILTER_DEFINE_CLASS(eq);
|
||||
|
||||
AVFilter ff_vf_eq = {
|
||||
const AVFilter ff_vf_eq = {
|
||||
.name = "eq",
|
||||
.description = NULL_IF_CONFIG_SMALL("Adjust brightness, contrast, gamma, and saturation."),
|
||||
.priv_size = sizeof(EQContext),
|
||||
|
||||
Reference in New Issue
Block a user