[FFmpeg-devel] [PATCH 1/3] avcodec/evc_frame_merge: properly support packets with more than one NALU

James Almer jamrial at gmail.com
Thu Jun 22 20:25:03 EEST 2023


On 6/21/2023 1:59 PM, James Almer wrote:
> Parse through all NALUs in a packet, pull new ones when a complete AU could not
> be assembled, or keep them around if an AU was assembled while data remained in
> them.
> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>   libavcodec/evc_frame_merge_bsf.c | 110 +++++++++++++++++++------------
>   1 file changed, 69 insertions(+), 41 deletions(-)

Will apply set.


More information about the ffmpeg-devel mailing list