diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-12-15 08:24:14 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-12-22 11:39:57 +0100 |
commit | b472c46a7020bfcd74952c04914a929476b701f2 (patch) | |
tree | 3c4182dcd307e3141777dbfda6b32b4f83aa0aa3 /RELEASE | |
parent | 25c98566e8a45b50415c80ca6450282f2ec0657a (diff) | |
download | ffmpeg-b472c46a7020bfcd74952c04914a929476b701f2.tar.gz |
fftools/cmdutils: simplify handling of the HAS_ARG option flag
This option flag only carries nontrivial information for options that
call a function, in all other cases its presence can be inferred from
the option type (bool options do not have arguments, all other types do)
and is thus nothing but useless clutter.
Change the option parsing code to infer its value when it can, and drop
the flag from options where it's not needed.
Diffstat (limited to 'RELEASE')
0 files changed, 0 insertions, 0 deletions