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
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
_
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