[FFmpeg-cvslog] avcodec: Bump micro version after changing public JPEG 2000 defines

Diego Biurrun git at videolan.org
Sun Jun 26 20:23:45 CEST 2016


ffmpeg | branch: release/3.1 | Diego Biurrun <diego at biurrun.de> | Tue May 24 12:32:01 2016 +0200| [e47b8bbf0b54599d44b9330eb4d68cdde4f6d298] | committer: Diego Biurrun

avcodec: Bump micro version after changing public JPEG 2000 defines

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e47b8bbf0b54599d44b9330eb4d68cdde4f6d298
---

 doc/APIchanges       |    3 +++
 libavcodec/version.h |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 8f6cdca..6cd0a49 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 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, \



More information about the ffmpeg-cvslog mailing list