Commit 6182e0a6 authored by Michael Niedermayer's avatar Michael Niedermayer

vf_aspect: unbreak avoption system

This fixes ff* -h infinite looping
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6752aac6
......@@ -211,7 +211,7 @@ AVFilter avfilter_vf_setsar = {
.inputs = avfilter_vf_setsar_inputs,
.outputs = avfilter_vf_setsar_outputs,
.priv_class = &setdar_class,
.priv_class = &setsar_class,
};
#endif /* CONFIG_SETSAR_FILTER */
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