Commit a77401e1 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lswr: Allow 64 channels internally.

parent 7f0d5401
......@@ -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) */
......
......@@ -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, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment