On Fri, Jun 11, 2021 at 10:38 PM Diederick Niehorster wrote:
>
> This function allows formatting an option value stored in a double (such
> as the min and max fields of an AVOption, or min_value and max_value of
> an AVOptionRange) properly, e.g. 1 for a AV_OPT_TYPE_PIXEL_FMT -> yuyv422.
>
> Usefu
This function allows formatting an option value stored in a double (such
as the min and max fields of an AVOption, or min_value and max_value of
an AVOptionRange) properly, e.g. 1 for a AV_OPT_TYPE_PIXEL_FMT -> yuyv422.
Useful when printing more info about an option than just its value.
Usage will