Justin Ruggles <[email protected]> writes: > A new field, AVCodecContext.internal is used to hold a new struct > AVCodecInternal, which has private fields that are not codec-specific and are > used by general libavcodec functions. > > Moved internal_buffer, internal_buffer_count, and is_copy. > --- > doc/APIchanges | 8 ++++ > libavcodec/avcodec.h | 24 +++++++++++-- > libavcodec/h264.c | 3 +- > libavcodec/internal.h | 34 ++++++++++++++++++ > libavcodec/mimic.c | 4 ++- > libavcodec/mpegvideo.c | 2 +- > libavcodec/options.c | 2 +- > libavcodec/pthread.c | 16 ++++++-- > libavcodec/utils.c | 88 > ++++++++++++++++++++++++------------------------ > libavcodec/version.h | 5 ++- > libavcodec/vp3.c | 4 ++- > libavcodec/vp8.c | 3 +- > 12 files changed, 135 insertions(+), 58 deletions(-)
LGTM -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
