summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2014-07-30 21:12:14 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-08-01 13:02:29 +0100
commit52269f48e835a52023656f8330262ae70e6061c4 (patch)
treee54f0a03af64884b753a9dbdf0656fda980a8e11 /libavfilter/version.h
parent4da8cdbb91ddbac118b79076cad4dc28ba72e86f (diff)
Revert "vf_interlace: deprecate lowpass option"
This reverts commit 35b05c5184fb3aa1191e2d1e7f1cae1e11f344a4. A warning is introduced in case this option is used.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h3
1 files changed, 0 insertions, 3 deletions
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 */