diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-12-15 02:31:03 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-12-22 11:39:57 +0100 |
commit | 25c98566e8a45b50415c80ca6450282f2ec0657a (patch) | |
tree | 760afc0d2f30bfcd627056040e8bc749a93732d3 /libavfilter/video.c | |
parent | dc2fc5a919608e3937137f11548f4be5ee99523d (diff) | |
download | ffmpeg-25c98566e8a45b50415c80ca6450282f2ec0657a.tar.gz |
fftools/ffmpeg_opt: drop HAS_ARG from auto{scale,rotate}
It causes those options to be parsed as either
* -autofoo 0/1 (with an argument)
* -noautofoo (without an argument)
This is unnecessary, confusing, and against the documentation; these are
also the only two bool options that take an argument.
This should not affect the users, as these options are on by default,
and are supposed to be used as -nofoo per the documentation.
Diffstat (limited to 'libavfilter/video.c')
0 files changed, 0 insertions, 0 deletions