From 4b2be3f8d45db8fa795233b938391b23f6c518ea Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Thu, 25 Feb 2021 14:02:44 +0100 Subject: avcodec: Remove AVCodec, AVParser and AVBitStreamFilter next API Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer --- libavcodec/version.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/version.h') diff --git a/libavcodec/version.h b/libavcodec/version.h index 78c14f1c0d..8d189312ed 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -120,9 +120,6 @@ #ifndef FF_API_LOCKMGR #define FF_API_LOCKMGR (LIBAVCODEC_VERSION_MAJOR < 59) #endif -#ifndef FF_API_NEXT -#define FF_API_NEXT (LIBAVCODEC_VERSION_MAJOR < 59) -#endif #ifndef FF_API_UNSANITIZED_BITRATES #define FF_API_UNSANITIZED_BITRATES (LIBAVCODEC_VERSION_MAJOR < 59) #endif -- cgit v1.2.3