[FFmpeg-devel] [PATCH 1/2 v3] avcodec/packet: move AVPacketList definition and function helpers over from libavformat

James Almer jamrial at gmail.com
Tue Sep 15 15:57:02 EEST 2020


On 9/11/2020 5:06 PM, James Almer wrote:
> On 9/7/2020 11:31 AM, James Almer wrote:
>> And replace the flags parameter with a function callback that can be used to
>> copy the contents of the packet (e.g, av_packet_ref and av_packet_copy_props).
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> This version achieves the same effect as v2 while being cleaner.
>> I could leave the flags parameter, too, for the sake of keeping the function
>> easily extensible without having to wait for a major bump.
> 
> I'll do the above and push the set soon.

Pushed.


More information about the ffmpeg-devel mailing list