Currently loss is returned by [`find_best_pix_fmt_of_list`](https://github.com/PyAV-Org/PyAV/blob/6b84db2a6c873821764a3f85febacff72537757e/av/codec/codec.py#L412) as an int; A `PixFmtLoss` `enum.IntFlag` should be easier to work with. Expose the flags defined here: https://github.com/FFmpeg/FFmpeg/blob/07ae44a607d86dabb38bb591f28ddf4e49386479/libavutil/pixdesc.h#L397-L404
Currently loss is returned by
find_best_pix_fmt_of_listas an int; APixFmtLossenum.IntFlagshould be easier to work with.Expose the flags defined here:
https://github.com/FFmpeg/FFmpeg/blob/07ae44a607d86dabb38bb591f28ddf4e49386479/libavutil/pixdesc.h#L397-L404