From 52269f48e835a52023656f8330262ae70e6061c4 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Wed, 30 Jul 2014 21:12:14 +0100 Subject: Revert "vf_interlace: deprecate lowpass option" This reverts commit 35b05c5184fb3aa1191e2d1e7f1cae1e11f344a4. A warning is introduced in case this option is used. --- libavfilter/version.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavfilter/version.h') diff --git a/libavfilter/version.h b/libavfilter/version.h index de64b8b4a9..d16f6663df 100644 --- a/libavfilter/version.h +++ b/libavfilter/version.h @@ -71,8 +71,5 @@ #ifndef FF_API_NOCONST_GET_NAME #define FF_API_NOCONST_GET_NAME (LIBAVFILTER_VERSION_MAJOR < 5) #endif -#ifndef FF_API_INTERLACE_LOWPASS_SET -#define FF_API_INTERLACE_LOWPASS_SET (LIBAVFILTER_VERSION_MAJOR < 5) -#endif #endif /* AVFILTER_VERSION_H */ -- cgit v1.2.3