From 5e71299758d3aa7c93c3cca618a8e048a9483794 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Mon, 5 Dec 2016 14:11:14 -0500 Subject: lavf: Drop deprecated bitexact functionality Deprecated in 05/2014. --- libavformat/version.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/version.h') diff --git a/libavformat/version.h b/libavformat/version.h index 7103b5d969..26f5c75991 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -48,9 +48,6 @@ * dropped at a future version bump. The defines themselves are not part of * the public API and may change, break or disappear at any time. */ -#ifndef FF_API_LAVF_BITEXACT -#define FF_API_LAVF_BITEXACT (LIBAVFORMAT_VERSION_MAJOR < 58) -#endif #ifndef FF_API_LAVF_FRAC #define FF_API_LAVF_FRAC (LIBAVFORMAT_VERSION_MAJOR < 58) #endif -- cgit v1.2.3