mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-17 18:38:13 +00:00
vf_aspect: unbreak avoption system
This fixes ff* -h infinite looping Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6752aac6bc
commit
6182e0a6f6
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user