Skip to content
Snippets Groups Projects
Commit 19133e96 authored by Justin Ruggles's avatar Justin Ruggles Committed by Anton Khirnov
Browse files

lavf: fix memleaks in avformat_find_stream_info()


When AVFMT_FLAG_NOBUFFER is set, the packets are not added to the
AVFormatContext packet list, so they need to be freed when they are
no longer needed.

Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
parent 2cd7c994
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment