What you posted second time looks sane as is.
There sometimes happen a leak here and there, including
avformat_find_stream_info(), but not such to be named as "strong". It
can be more chances your usage of API introduces leak.
What i'd advice is to check your whole app with Valgrind memory
debugger. Valgrind will show you exact places of leak.
If you cannot eliminate leaks in your application in such way, then
make up minimal app that uses ffmpeg API _the same way your app does_,
that reproduces the same valgrind output, and publish it in this
maillist.

-- 
Andrey Utkin
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to