[FFmpeg-devel] av_open_input_file memory leak?

Emanuele Fumagalli emanuele.fumagalli
Fri May 25 12:40:16 CEST 2007


Hi all,
I'm using ffmpeg for building a player that receives blocks of file from the net, I noticed that when the file is not completed (or at least the header is big and not completed) I get memory leak when trying to open with av_open_input_file, it returns < 0 and the context = NULL.
I tried using av_free_static() but it didn't help, is there something I'm doing wrong?

thanks for any help



More information about the ffmpeg-devel mailing list