1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-12-15 06:06:18 +02:00
Files
FFmpeg/libavformat/avformat.c
James Almer c08d300481 avformat/avformat: also clear FFFormatContext packet queue when closing a muxer
packet_buffer is used in mux.c, and if a muxing process fails at a point where
packets remained in said queue, they will leak.

Fixes ticket #11419

Signed-off-by: James Almer <jamrial@gmail.com>
2025-01-17 10:10:51 -03:00

32 KiB