Browse code

avcodec: Bump micro version after changing public JPEG 2000 defines

Diego Biurrun authored on 2016/05/24 19:32:01
Showing 2 changed files
... ...
@@ -13,6 +13,9 @@ libavutil:     2015-08-28
13 13
 
14 14
 API changes, most recent first:
15 15
 
16
+2016-xx-xx - xxxxxxx - lavc 57.19.1 - avcodec.h
17
+  Adjust values for JPEG 2000 profiles.
18
+
16 19
 2016-xx-xx - xxxxxxx - lavf 57.7.0 - avio.h
17 20
   Add AVIODataMarkerType, write_data_type, ignore_boundary_point and
18 21
   avio_write_marker.
... ...
@@ -29,7 +29,7 @@
29 29
 
30 30
 #define LIBAVCODEC_VERSION_MAJOR 57
31 31
 #define LIBAVCODEC_VERSION_MINOR 19
32
-#define LIBAVCODEC_VERSION_MICRO  0
32
+#define LIBAVCODEC_VERSION_MICRO  1
33 33
 
34 34
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
35 35
                                                LIBAVCODEC_VERSION_MINOR, \