avcodec: bump version after rotation api
authorVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 20 May 2014 15:13:12 +0000 (11:13 -0400)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 23 May 2014 15:50:38 +0000 (17:50 +0200)
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
doc/APIchanges
libavcodec/version.h

index 92b8fda..9bc3f1a 100644 (file)
@@ -21,7 +21,7 @@ API changes, most recent first:
   Add AV_FRAME_DATA_DISPLAYMATRIX for exporting frame-level
   spatial rendering on video frames for proper display.
 
-2014-05-xx - xxxxxxx - lavc 55.52.0 - avcodec.h
+2014-05-xx - xxxxxxx - lavc 55.53.0 - avcodec.h
   Add AV_PKT_DATA_DISPLAYMATRIX for exporting packet-level
   spatial rendering on video frames for proper display.
 
index d42e963..d72f8ed 100644 (file)
@@ -29,7 +29,7 @@
 #include "libavutil/version.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 55
-#define LIBAVCODEC_VERSION_MINOR 52
+#define LIBAVCODEC_VERSION_MINOR 53
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \