summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-06-25 20:24:50 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-06-26 11:40:08 +0200
commit8dd0e87d7b9b17d613c646c396c7b7c1a6293111 (patch)
tree1bfab33ebed64db0f3442182504b0ad31cd0b760 /libavfilter/version.h
parentf054dbee6cc5195ba8f37823a494dab2d26e7cca (diff)
lavfi: remove old video sink API
It was deprecated since a long time and removed after the 2->3 major bump.
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 a3f6816ec2..d4d952b4b4 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -44,9 +44,6 @@
* Those FF_API_* defines are not part of public API.
* They may change, break or disappear at any time.
*/
-#ifndef FF_API_OLD_VSINK_API
-#define FF_API_OLD_VSINK_API (LIBAVFILTER_VERSION_MAJOR < 3)
-#endif
#ifndef FF_API_OLD_ALL_FORMATS_API
#define FF_API_OLD_ALL_FORMATS_API (LIBAVFILTER_VERSION_MAJOR < 3)
#endif