mirror of https://github.com/FFmpeg/FFmpeg.git
commit "avpacket: Deprecate av_dup_packet" broke the use av_interleaved_write_uncoded_frame as any input uncoded frame has an invalid packet size that will crash when av_packet_ref tries to allocate 'size' new memory. Since the packet is a temporary created within mux.c itself it can be used directly without needing a new ref. Signed-off-by: Matt Oliver <protogonoi@gmail.com>pull/172/head
parent
9079e99d2c
commit
b66ac803fa
1 changed files with 9 additions and 5 deletions
Loading…
Reference in new issue