From 263a4b13dbb805fb927a842de07029f77a985552 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 10 Oct 2020 23:54:03 -0300 Subject: avcodec/codec.h: add missing FF_API_NEXT wrapper Signed-off-by: James Almer --- libavcodec/codec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/codec.h b/libavcodec/codec.h index 713774a632..dc8e12b3f0 100644 --- a/libavcodec/codec.h +++ b/libavcodec/codec.h @@ -236,7 +236,9 @@ 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