Re: [FFmpeg-devel] [PATCH 22/35] fftools: add an object pool

2022-07-22 Thread Andreas Rheinhardt
Anton Khirnov: > Hi, > Quoting Andreas Rheinhardt (2022-06-16 23:41:36) >> AVFifos are often used with non-POD elements that need custom init, >> reset (unref) and free callbacks (in addition to the move callbacks >> already supported). So why not add it to AVFifo? The only drawback to >> this that

Re: [FFmpeg-devel] [PATCH 22/35] fftools: add an object pool

2022-07-22 Thread Anton Khirnov
Hi, Quoting Andreas Rheinhardt (2022-06-16 23:41:36) > AVFifos are often used with non-POD elements that need custom init, > reset (unref) and free callbacks (in addition to the move callbacks > already supported). So why not add it to AVFifo? The only drawback to > this that I see is that the pool