Browse Source

swr: drop SWR_CH_MAX with the next major ABI bump

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
15890d67c1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libswresample/swresample.h

+ 2
- 0
libswresample/swresample.h View File

@@ -37,7 +37,9 @@
LIBSWRESAMPLE_VERSION_MINOR, \
LIBSWRESAMPLE_VERSION_MICRO)

#if LIBSWRESAMPLE_VERSION_MAJOR < 1
#define SWR_CH_MAX 32 ///< Maximum number of channels
#endif

#define SWR_FLAG_RESAMPLE 1 ///< Force resampling even if equal sample rate
//TODO use int resample ?


Loading…
Cancel
Save