diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-06-27 22:22:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-06-27 23:21:53 +0200 |
commit | c578c9c229f010f5249255c13ee0c71c415e0ac8 (patch) | |
tree | 935d4e52edd925171885ca037e4c9c015aa682d4 /libswresample | |
parent | 2c874548d663225a61b9c25a8b2ce490d26b65fa (diff) | |
download | ffmpeg-c578c9c229f010f5249255c13ee0c71c415e0ac8.tar.gz |
libswresample/swresample: remove obsolete code
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswresample')
-rw-r--r-- | libswresample/swresample.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libswresample/swresample.h b/libswresample/swresample.h index a8db5c2490..c7b84fbcac 100644 --- a/libswresample/swresample.h +++ b/libswresample/swresample.h @@ -126,10 +126,6 @@ #include "libswresample/version.h" -#if LIBSWRESAMPLE_VERSION_MAJOR < 1 -#define SWR_CH_MAX 32 ///< Maximum number of channels -#endif - /** * @name Option constants * These constants are used for the @ref avoptions interface for lswr. |