From 8dd0e87d7b9b17d613c646c396c7b7c1a6293111 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 25 Jun 2012 20:24:50 +0200 Subject: lavfi: remove old video sink API It was deprecated since a long time and removed after the 2->3 major bump. --- 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 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 -- cgit v1.2.3