mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-27 17:53:13 +00:00
lavfi/setsar: remove spurious #if FF_API_OLD_FILTER_OPTS around init field
This commit is contained in:
parent
c25224737c
commit
f212c2380a
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user