From 11b2eed43e91b35b8295ed47115cae2e29bd687d Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Tue, 28 Jul 2015 14:30:18 +0100 Subject: lavr: Drop deprecated context reinitialization if resampling was not enabled Deprecated in 11/2012. --- libavresample/version.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavresample/version.h') diff --git a/libavresample/version.h b/libavresample/version.h index 34623a138c..857d59ccc9 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -47,8 +47,4 @@ * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_RESAMPLE_CLOSE_OPEN -#define FF_API_RESAMPLE_CLOSE_OPEN (LIBAVRESAMPLE_VERSION_MAJOR < 3) -#endif - #endif /* AVRESAMPLE_VERSION_H */ -- cgit v1.2.3