Commit f212c238 authored by Stefano Sabatini's avatar Stefano Sabatini

lavfi/setsar: remove spurious #if FF_API_OLD_FILTER_OPTS around init field

parent c2522473
......@@ -216,11 +216,7 @@ static const AVFilterPad avfilter_vf_setsar_outputs[] = {
AVFilter avfilter_vf_setsar = {
.name = "setsar",
.description = NULL_IF_CONFIG_SMALL("Set the pixel sample aspect ratio."),
#if FF_API_OLD_FILTER_OPTS
.init = init,
#endif
.priv_size = sizeof(AspectContext),
.priv_class = &setsar_class,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment