ffmpeg | branch: master | James Almer <[email protected]> | Sat Oct 10 23:54:03 2020 -0300| [263a4b13dbb805fb927a842de07029f77a985552] | committer: James Almer
avcodec/codec.h: add missing FF_API_NEXT wrapper Signed-off-by: James Almer <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=263a4b13dbb805fb927a842de07029f77a985552 --- 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 * @{ _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
