[FFmpeg-devel] [PATCH] avio: add a destructor for AVIOContext

Ronald S. Bultje rsbultje at gmail.com
Fri Sep 1 15:10:45 EEST 2017


Hi,

On Fri, Sep 1, 2017 at 12:53 AM, James Almer <jamrial at gmail.com> wrote:

> On 8/27/2017 1:31 PM, James Almer wrote:
> > From: Anton Khirnov <anton at khirnov.net>
> >
> > Before this commit, AVIOContext is to be freed with a plain av_free(),
> > which prevents us from adding any deeper structure to it.


The docs for avio_alloc_context() state:

441  * Allocate and initialize an AVIOContext for buffered I/O. It must be
later
442  * freed with av_free().

Should that be updated?

Ronald


More information about the ffmpeg-devel mailing list