Quoting Diego Biurrun (2016-05-24 12:34:18) > --- > doc/APIchanges | 3 +++ > libavcodec/version.h | 2 +- > 2 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/doc/APIchanges b/doc/APIchanges > index 5371799..d2611f0 100644 > --- a/doc/APIchanges > +++ b/doc/APIchanges > @@ -16,6 +16,9 @@ API changes, most recent first: > 2016-xx-xx - xxxxxxx - lavu 55.13.0 - attributes.h > Add av_unlikely macro. > > +2016-xx-xx - xxxxxxx - lavc 57.19.1 - avcodec.h > + Adjust values for JPEG 2000 profiles. > + > 2016-xx-xx - xxxxxxx - lavf 57.7.0 - avio.h > Add AVIODataMarkerType, write_data_type, ignore_boundary_point and > avio_write_marker. > diff --git a/libavcodec/version.h b/libavcodec/version.h > index ef5b742..4bfa09c 100644 > --- a/libavcodec/version.h > +++ b/libavcodec/version.h > @@ -29,7 +29,7 @@ > > #define LIBAVCODEC_VERSION_MAJOR 57 > #define LIBAVCODEC_VERSION_MINOR 19 > -#define LIBAVCODEC_VERSION_MICRO 0 > +#define LIBAVCODEC_VERSION_MICRO 1 > > #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ > LIBAVCODEC_VERSION_MINOR, \ > -- > 2.7.3
LGTM -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
