On Sat, 23 Jul 2022 12:31:05 +0200 Niklas Haas wrote:
> On Tue, 19 Jul 2022 14:26:02 +0200 Niklas Haas wrote:
> > Changes in v3:
> > - switch from `int icc_profiles` to a new AV_CODEC_FLAG2 to avoid ABI
> > break
> > - rebased onto master and fixed merge conflicts
> >
> > Changes in v2:
> > -
On Tue, 19 Jul 2022 14:26:02 +0200 Niklas Haas wrote:
> Changes in v3:
> - switch from `int icc_profiles` to a new AV_CODEC_FLAG2 to avoid ABI
> break
> - rebased onto master and fixed merge conflicts
>
> Changes in v2:
> - remove unnecessary import
> - fixed assignment-instead-of-equality
> -