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/codec.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/codec.h') diff --git a/libavcodec/codec.h b/libavcodec/codec.h index de050b2815..c95078491d 100644 --- a/libavcodec/codec.h +++ b/libavcodec/codec.h @@ -243,9 +243,6 @@ typedef struct AVCodec { ***************************************************************** */ int priv_data_size; -#if FF_API_NEXT - struct AVCodec *next; -#endif /** * @name Frame-level threading support functions * @{ -- cgit v1.2.3