On Thu, Oct 24, 2024 at 12:25:10PM +0200, Niklas Haas wrote:
> Changes since v3:
> - Make SwsInternal a superset of SwsContext, instead of a separate struct
> - Fix minor bug in the calculation of SWS_STRICT
>
> I overall prefer this version, it simplifies things and allows us to split
> apart the
Changes since v3:
- Make SwsInternal a superset of SwsContext, instead of a separate struct
- Fix minor bug in the calculation of SWS_STRICT
I overall prefer this version, it simplifies things and allows us to split
apart the cosmetic and non-cosmetic commits very cleanly.
___