[FFmpeg-cvslog] lswr: Allow 64 channels internally.
Carl Eugen Hoyos
git at videolan.org
Fri Jul 17 02:11:13 CEST 2015
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Jul 17 00:17:08 2015 +0200| [a77401e1f712d17f3e07112fbf4b3b94abcf7a88] | committer: Carl Eugen Hoyos
lswr: Allow 64 channels internally.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a77401e1f712d17f3e07112fbf4b3b94abcf7a88
---
libswresample/swresample_internal.h | 2 +-
libswresample/version.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h
index e36faf1..ce5eef4 100644
--- a/libswresample/swresample_internal.h
+++ b/libswresample/swresample_internal.h
@@ -25,7 +25,7 @@
#include "libavutil/channel_layout.h"
#include "config.h"
-#define SWR_CH_MAX 32
+#define SWR_CH_MAX 64
#define SQRT3_2 1.22474487139158904909 /* sqrt(3/2) */
diff --git a/libswresample/version.h b/libswresample/version.h
index 94ac9c5..cc0a77d 100644
--- a/libswresample/version.h
+++ b/libswresample/version.h
@@ -30,7 +30,7 @@
#define LIBSWRESAMPLE_VERSION_MAJOR 1
#define LIBSWRESAMPLE_VERSION_MINOR 2
-#define LIBSWRESAMPLE_VERSION_MICRO 100
+#define LIBSWRESAMPLE_VERSION_MICRO 101
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
LIBSWRESAMPLE_VERSION_MINOR, \
More information about the ffmpeg-cvslog
mailing list