Re: [FFmpeg-devel] [PATCH 00/18] AVPacketList public API

2020-11-18 Thread James Almer
On 11/18/2020 5:03 PM, Derek Buitenhuis wrote: On 18/11/2020 16:52, James Almer wrote: This is an attempt at introducing a public packet list API, after the need for it outside of libavformat became evident. Can you mention what the intended use is outside of lavf, for those of us who may have

Re: [FFmpeg-devel] [PATCH 00/18] AVPacketList public API

2020-11-18 Thread Derek Buitenhuis
On 18/11/2020 16:52, James Almer wrote: > This is an attempt at introducing a public packet list API, after the > need for it outside of libavformat became evident. Can you mention what the intended use is outside of lavf, for those of us who may have missed the conversations around it? - Derek _

[FFmpeg-devel] [PATCH 00/18] AVPacketList public API

2020-11-18 Thread James Almer
This is an attempt at introducing a public packet list API, after the need for it outside of libavformat became evident. It reuses the existing AVPacketList struct by making it opaque, so we can have a head and tail pointers internally instead of having to expose them in a very awkward way in the