Commit 15890d67 authored by Michael Niedermayer's avatar Michael Niedermayer

swr: drop SWR_CH_MAX with the next major ABI bump

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 947215a2
...@@ -37,7 +37,9 @@ ...@@ -37,7 +37,9 @@
LIBSWRESAMPLE_VERSION_MINOR, \ LIBSWRESAMPLE_VERSION_MINOR, \
LIBSWRESAMPLE_VERSION_MICRO) LIBSWRESAMPLE_VERSION_MICRO)
#if LIBSWRESAMPLE_VERSION_MAJOR < 1
#define SWR_CH_MAX 32 ///< Maximum number of channels #define SWR_CH_MAX 32 ///< Maximum number of channels
#endif
#define SWR_FLAG_RESAMPLE 1 ///< Force resampling even if equal sample rate #define SWR_FLAG_RESAMPLE 1 ///< Force resampling even if equal sample rate
//TODO use int resample ? //TODO use int resample ?
......
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