On 10/03/16 01:25, James Almer wrote: > On 10/9/2014 6:21 AM, Luca Barbato wrote: >> Add a private API to manipulate AVPacketLists. >> --- >> doc/APIchanges | 4 ++++ >> libavcodec/avcodec.h | 5 +++++ >> libavcodec/avpacket.c | 56 >> ++++++++++++++++++++++++++++++++++++++++++++++++++ >> libavcodec/internal.h | 36 ++++++++++++++++++++++++++++++++ >> libavcodec/version.h | 2 +- >> libavformat/avformat.h | 6 ------ >> libavformat/version.h | 2 +- >> 7 files changed, 103 insertions(+), 8 deletions(-) > > What's the status on this? Delayed, dropped or simply forgotten?
Quite forgotten. > Can't this be modified so AVPacketList remains in avformat for the > time being alongside the new API? It can then be moved to avcodec > and the API made avpriv_ if and once that's needed. > I've been waiting for this API to be committed in order to clean > the mp3 muxer code a bit and use it to add FLAC cover art muxing > support as well. You should had told me before, I'll send the AVPacketQueue (fifo+mutex) and friends as patch during the weekend. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
