• Anton Khirnov's avatar
    AVOptions: do not range check flag options. · 0b357a80
    Anton Khirnov authored
    It does not make sense in the vast majority of use cases, no currently
    defined AV_OPT_TYPE_FLAGS options in Libav set the range to anything
    nontrivial, and many of those get it wrong (the "correct" range is
    INT_MIN to INT_MAX so that the builtin constant "all" works).
    0b357a80
opt.c 24.8 KB