Quoting Niklas Haas (2024-10-24 11:28:16)
> On Thu, 24 Oct 2024 11:14:32 +0200 Anton Khirnov wrote:
> > Quoting Niklas Haas (2024-10-20 22:05:20)
> > > +/**
> > > + * Main external API structure. New fields can be added to the end with
> > > + * minor version bumps. Removal, reordering and changes
Quoting Niklas Haas (2024-10-20 22:05:20)
> +/**
> + * Main external API structure. New fields can be added to the end with
> + * minor version bumps. Removal, reordering and changes to existing fields
> + * require a major version bump. sizeof(SwsContext) is not part of the ABI.
> + */
> +typedef
On Thu, 24 Oct 2024 11:14:32 +0200 Anton Khirnov wrote:
> Quoting Niklas Haas (2024-10-20 22:05:20)
> > +/**
> > + * Main external API structure. New fields can be added to the end with
> > + * minor version bumps. Removal, reordering and changes to existing fields
> > + * require a major version
On Sun, Oct 20, 2024 at 10:05:20PM +0200, Niklas Haas wrote:
> From: Niklas Haas
>
> This commit does the ardous work of splitting the options out of SwsInternal.
> To avoid having to change leaf functions too much in one commit, we simply
> leave behind a pointer to the main context, and replace