• Soft Works's avatar
    avutil/opt: fix mis-alignment of option and constant values for filter help · 99a49f91
    Soft Works authored
    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: 's avatarsoftworkz <softworkz@hotmail.com>
    Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
    99a49f91
opt.c 67.8 KB