avio: add a destructor for AVIOContext
Before this commit, AVIOContext is to be freed with a plain av_free(), which prevents us from adding any deeper structure to it.
Showing
Please
register
or
sign in
to comment
Before this commit, AVIOContext is to be freed with a plain av_free(), which prevents us from adding any deeper structure to it.