Re: [FFmpeg-devel] [PATCH v2 1/6] fflcms2: move to libavcodec

2022-07-12 Thread Niklas Haas
On Wed, 06 Jul 2022 16:18:21 +0200 Andreas Rheinhardt wrote: > Niklas Haas: > > From: Niklas Haas > > > > We will need this helper inside libavcodec in the future, so move it > > there, leaving behind an #include to the raw source file in its old > > location in libvfilter. This approach is ins

Re: [FFmpeg-devel] [PATCH v2 1/6] fflcms2: move to libavcodec

2022-07-06 Thread Andreas Rheinhardt
Niklas Haas: > From: Niklas Haas > > We will need this helper inside libavcodec in the future, so move it > there, leaving behind an #include to the raw source file in its old > location in libvfilter. This approach is inspired by the handling of > vulkan.c, and avoids us needing to expose any of

[FFmpeg-devel] [PATCH v2 1/6] fflcms2: move to libavcodec

2022-06-29 Thread Niklas Haas
From: Niklas Haas We will need this helper inside libavcodec in the future, so move it there, leaving behind an #include to the raw source file in its old location in libvfilter. This approach is inspired by the handling of vulkan.c, and avoids us needing to expose any of it publicly (or semi-pub