summaryrefslogtreecommitdiff
path: root/libavcodec/codec.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-25 14:02:44 +0100
committerJames Almer <jamrial@gmail.com>2021-04-27 10:42:58 -0300
commit4b2be3f8d45db8fa795233b938391b23f6c518ea (patch)
tree0e5e89ba2acfae5b0de8ca0715885b77802a8a32 /libavcodec/codec.h
parentb06082d1d5d6eeed5f477456beba087dcf9432bc (diff)
downloadffmpeg-4b2be3f8d45db8fa795233b938391b23f6c518ea.tar.gz
avcodec: Remove AVCodec, AVParser and AVBitStreamFilter next API
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/codec.h')
-rw-r--r--libavcodec/codec.h3
1 files changed, 0 insertions, 3 deletions
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
* @{