diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-05-24 12:32:01 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-05-24 15:47:15 +0200 |
commit | e47b8bbf0b54599d44b9330eb4d68cdde4f6d298 (patch) | |
tree | 141892aba6bb8499b9cc293d054129a9d8c8fc6a | |
parent | ad61da054bd8c74a5d5b38d80846228fc6147108 (diff) | |
download | ffmpeg-e47b8bbf0b54599d44b9330eb4d68cdde4f6d298.tar.gz |
avcodec: Bump micro version after changing public JPEG 2000 defines
-rw-r--r-- | doc/APIchanges | 3 | ||||
-rw-r--r-- | libavcodec/version.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 8f6cdca467..6cd0a49e58 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2015-08-28 API changes, most recent first: +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 ef5b7420eb..4bfa09ca89 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, \ |