Re: [FFmpeg-devel] [PATCH v7 04/12] swscale: expose SwsContext publicly

2024-11-21 Thread Michael Niedermayer
On Thu, Nov 21, 2024 at 01:13:45PM +0100, Niklas Haas wrote: > On Thu, 21 Nov 2024 00:42:23 +0100 Michael Niedermayer > wrote: > > Hi Niklas > > > > On Sat, Nov 16, 2024 at 12:24:59PM +0100, Niklas Haas wrote: > > > From: Niklas Haas > > > > > > Following in the footsteps of the work in the prev

Re: [FFmpeg-devel] [PATCH v7 04/12] swscale: expose SwsContext publicly

2024-11-21 Thread Niklas Haas
On Thu, 21 Nov 2024 00:42:23 +0100 Michael Niedermayer wrote: > Hi Niklas > > On Sat, Nov 16, 2024 at 12:24:59PM +0100, Niklas Haas wrote: > > From: Niklas Haas > > > > Following in the footsteps of the work in the previous commit, it's now > > relatively straightforward to expose the options st

Re: [FFmpeg-devel] [PATCH v7 04/12] swscale: expose SwsContext publicly

2024-11-20 Thread Michael Niedermayer
On Thu, Nov 21, 2024 at 12:49:37AM +0100, Niklas Haas wrote: > On Thu, 21 Nov 2024 00:42:23 +0100 Michael Niedermayer > wrote: > > Hi Niklas > > > > On Sat, Nov 16, 2024 at 12:24:59PM +0100, Niklas Haas wrote: > > > From: Niklas Haas > > > > > > Following in the footsteps of the work in the pr

Re: [FFmpeg-devel] [PATCH v7 04/12] swscale: expose SwsContext publicly

2024-11-20 Thread Niklas Haas
On Thu, 21 Nov 2024 00:42:23 +0100 Michael Niedermayer wrote: > Hi Niklas > > On Sat, Nov 16, 2024 at 12:24:59PM +0100, Niklas Haas wrote: > > From: Niklas Haas > > > > Following in the footsteps of the work in the previous commit, it's now > > relatively straightforward to expose the options

Re: [FFmpeg-devel] [PATCH v7 04/12] swscale: expose SwsContext publicly

2024-11-20 Thread Michael Niedermayer
Hi Niklas On Sat, Nov 16, 2024 at 12:24:59PM +0100, Niklas Haas wrote: > From: Niklas Haas > > Following in the footsteps of the work in the previous commit, it's now > relatively straightforward to expose the options struct publicly as > SwsContext. This is a step towards making this more user