Quoting Paul B Mahol (2024-06-25 15:23:53) > On Tue, Jun 25, 2024 at 3:12 PM Anton Khirnov <[email protected]> wrote: > > I expect plenty of broken files from various sources where the user will > > want to selectively ignore either codec or container cropping. > > So we could make this an enum option, with values > > none/all/codec/container, mapping to 0/1/2/3 respectively. That should > > keep compatibility with current syntax. > > > > Enum? Why not flags?
For compatibility reasons we want 1 to be 'all'. The other option is to special-case numeric values. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
