[SCM] libav/experimental: avcodec: bump version after rotation api

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:14 UTC 2014


The following commit has been merged in the experimental branch:
commit 21f68c2489cba2a1a4a41d0c5c828266e6162800
Author: Vittorio Giovara <vittorio.giovara at gmail.com>
Date:   Tue May 20 11:13:12 2014 -0400

    avcodec: bump version after rotation api
    
    Signed-off-by: Kostya Shishkov <kostya.shishkov at gmail.com>

diff --git a/doc/APIchanges b/doc/APIchanges
index 92b8fda..9bc3f1a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -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.
 
diff --git a/libavcodec/version.h b/libavcodec/version.h
index d42e963..d72f8ed 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -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, \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list