Re: [FFmpeg-devel] [PATCH 02/19] swscale: rename SwsContext to SwsInternal

2024-10-14 Thread Niklas Haas
On Mon, 14 Oct 2024 15:09:07 +0200 Michael Niedermayer wrote: > On Sun, Oct 13, 2024 at 09:15:38PM +0200, Niklas Haas wrote: > > On Sun, 13 Oct 2024 19:31:05 +0200 Michael Niedermayer > > wrote: > > > On Fri, Oct 11, 2024 at 12:26:49AM +0200, Niklas Haas wrote: > > > > From: Niklas Haas > > >

Re: [FFmpeg-devel] [PATCH 02/19] swscale: rename SwsContext to SwsInternal

2024-10-14 Thread Michael Niedermayer
On Sun, Oct 13, 2024 at 09:15:38PM +0200, Niklas Haas wrote: > On Sun, 13 Oct 2024 19:31:05 +0200 Michael Niedermayer > wrote: > > On Fri, Oct 11, 2024 at 12:26:49AM +0200, Niklas Haas wrote: > > > From: Niklas Haas > > > > > > And preserve the public SwsContext as separate name. The motivation

Re: [FFmpeg-devel] [PATCH 02/19] swscale: rename SwsContext to SwsInternal

2024-10-13 Thread Niklas Haas
On Sun, 13 Oct 2024 19:31:05 +0200 Michael Niedermayer wrote: > On Fri, Oct 11, 2024 at 12:26:49AM +0200, Niklas Haas wrote: > > From: Niklas Haas > > > > And preserve the public SwsContext as separate name. The motivation here > > is that I want to turn SwsContext into a public struct, while ke

Re: [FFmpeg-devel] [PATCH 02/19] swscale: rename SwsContext to SwsInternal

2024-10-13 Thread Michael Niedermayer
On Fri, Oct 11, 2024 at 12:26:49AM +0200, Niklas Haas wrote: > From: Niklas Haas > > And preserve the public SwsContext as separate name. The motivation here > is that I want to turn SwsContext into a public struct, while keeping the > internal implementation hidden. Additionally, I also want to