1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00
FFmpeg/libavcodec
Andreas Rheinhardt ba191c0ce0 vp9_superframe: Avoid allocations and copies of packet structures
Up until now, the vp9_superframe bsf used distinct packets for input and
output. But at no point in the bsf are the input and output packets used
at the same time (except during a call to av_packet_move_ref()), so that
one can avoid using two packets if one switches to ff_bsf_get_packet_ref
at the same time. This also saves one malloc+free of an AVPacket
structure per filtered packet.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
2019-10-17 12:35:23 -03:00
..
2019-10-17 12:33:50 +02:00
2019-09-26 21:02:34 +02:00
2019-09-25 17:18:37 +02:00
2019-09-19 21:30:54 +02:00
2019-09-20 01:36:13 +02:00
2019-10-06 17:29:11 +08:00
2019-10-10 14:34:19 +02:00
2019-09-19 23:56:03 -07:00
2019-10-10 14:34:20 +02:00
2019-09-20 23:26:34 +02:00
2019-09-16 21:30:19 +02:00
2019-10-07 22:32:32 -07:00