Re: [Libav-user] How to cleanup libavcodec buffers when release is called during decode?

2012-05-28 Thread Ratin
On Sat, May 26, 2012 at 1:03 PM, Carl Eugen Hoyos ceho...@ag.or.at wrote: Ratin ratin3@... writes: Hi,  for h.264 decode with hardware like Nvidia's VDPAU decoding, what should I do to cleanup the resources when avcodec_release callback is called? It seems that there are are some memory

[Libav-user] How to cleanup libavcodec buffers when release is called during decode?

2012-05-26 Thread Ratin
Hi, for h.264 decode with hardware like Nvidia's VDPAU decoding, what should I do to cleanup the resources when avcodec_release callback is called? It seems that there are are some memory leaks when running decode for long period of time. Also whats the significance of AVFrame-age , is it used to

Re: [Libav-user] How to cleanup libavcodec buffers when release is called during decode?

2012-05-26 Thread Carl Eugen Hoyos
Ratin ratin3@... writes: Hi, for h.264 decode with hardware like Nvidia's VDPAU decoding, what should I do to cleanup the resources when avcodec_release callback is called? It seems that there are are some memory leaks when running decode for long period of time. I am only guessing since