From c578c9c229f010f5249255c13ee0c71c415e0ac8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 27 Jun 2017 22:22:50 +0200 Subject: [PATCH] libswresample/swresample: remove obsolete code Signed-off-by: Michael Niedermayer --- libswresample/swresample.h | 4 ---- 1 file changed, 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.