[FFmpeg-devel] [PATCH] avio: add a destructor for AVIOContext
James Almer
jamrial at gmail.com
Fri Sep 1 07:53:26 EEST 2017
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.
>
> (cherry picked from commit 99684f3ae752fc8bfb44a2dd1482f8d7a3d8536d)
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> doc/APIchanges | 3 +++
> libavformat/avio.h | 8 ++++++++
> libavformat/aviobuf.c | 17 ++++++++++++++---
> libavformat/version.h | 2 +-
> 4 files changed, 26 insertions(+), 4 deletions(-)
Pushed.
More information about the ffmpeg-devel
mailing list