Leak memory with ffmpeg in c++

131 views Asked by At

Im using ffmpeg libs to decode sa video, and i noticed that there os a leak memory, avcodec_send_packet allocate some time more memory without free it with av_packet_unref() do u have any explication ?

0

There are 0 answers