Hi All.I found a memory leak when decoding a video on Windows.During decoding I release both the packet and the frame but the memory keeps growing.
On Thu, Jul 18, 2013 at 3:42 PM, James Board <[email protected]> wrote: > I have the doc/examples programs compiled and running. I use > the program demuxing.c to decode an AVI file. From the source > code, it looks it calls its own subroutine decode_packet() to decode > the next video or audio packet, and that subroutine calls > avcodec_ecode_video2()to decode the next frame. But they all decode > sequential frames. How can I decode an arbitrary frame in the > video stream? > > > _______________________________________________ > Libav-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/libav-user > > -- Michael Ivanov Pixel Killer at Idomoo Ltd. [email protected] +972 54 496 2254(mobile) -- *This email and any files transmitted with it contain information from Idomoo which may be privileged and confidential and intended solely for the use of the addressee. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is strictly prohibited; please notify us immediately by* *an **email reply and delete it from your system. Idomoo accepts no liability for any personal views or opinions expressed in this email. Email transmission cannot be guaranteed to be secure or error-free. Idomoo therefore is not liable for any errors or omissions in the contents of this message, which arise as a result of email transmission.*
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
