diff options
author | Soft Works <softworkz@hotmail.com> | 2021-10-13 05:49:23 +0000 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2021-11-13 19:55:32 +0100 |
commit | 99a49f91474b7c3836e007d366824bf3827e0009 (patch) | |
tree | 3ab6dd3582f124112a05267346373b1b76526995 /libavfilter/qp_table.h | |
parent | bcbedd2749e570ea62399cb316b4ae18c6c6f802 (diff) | |
download | ffmpeg-99a49f91474b7c3836e007d366824bf3827e0009.tar.gz |
avutil/opt: fix mis-alignment of option and constant values for filter help
Before:
overlay AVOptions:
x <string> ..FV....... set the x expression (default "0")
y <string> ..FV....... set the y expression (default "0")
eof_action <int> ..FV....... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat)
repeat 0 ..FV....... Repeat the previous frame.
endall 1 ..FV....... End both streams.
pass 2 ..FV....... Pass through the main input.
eval <int> ..FV....... specify when to evaluate expressions (from 0 to 1) (default frame)
After:
a
overlay AVOptions:
x <string> ..FV....... set the x expression (default "0")
y <string> ..FV....... set the y expression (default "0")
eof_action <int> ..FV....... Action to take when encountering EOF from secondary input (from 0 to 2) (default repeat)
repeat 0 ..FV....... Repeat the previous frame.
endall 1 ..FV....... End both streams.
pass 2 ..FV....... Pass through the main input.
eval <int> ..FV....... specify when to evaluate expressions (from 0 to 1) (default frame)
Signed-off-by: softworkz <softworkz@hotmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavfilter/qp_table.h')
0 files changed, 0 insertions, 0 deletions