[FFmpeg-cvslog] swr: Update version & APIChanges for swr_build_matrix()

Michael Niedermayer git at videolan.org
Tue Sep 27 16:38:56 EEST 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Sep 27 15:26:13 2016 +0200| [fd902510ac927c0a252c931f5fb29719a8f56e9c] | committer: Michael Niedermayer

swr: Update version & APIChanges for swr_build_matrix()

Found-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

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

diff --git a/doc/APIchanges b/doc/APIchanges
index 5d577e4..b5072cf 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil:     2015-08-28
 
 API changes, most recent first:
 
+2016-09-27 - 23c0779 - lswr 2.2.100 - swresample.h
+  Add swr_build_matrix().
+
 2016-09-xx - xxxxxxx - lavc 57.58.100 - avcodec.h
   Add AV_CODEC_CAP_AVOID_PROBING codec capability flag.
 
diff --git a/libswresample/version.h b/libswresample/version.h
index b8e32c0..1f91402 100644
--- a/libswresample/version.h
+++ b/libswresample/version.h
@@ -29,7 +29,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBSWRESAMPLE_VERSION_MAJOR   2
-#define LIBSWRESAMPLE_VERSION_MINOR   1
+#define LIBSWRESAMPLE_VERSION_MINOR   2
 #define LIBSWRESAMPLE_VERSION_MICRO 100
 
 #define LIBSWRESAMPLE_VERSION_INT  AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list