This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit cb366a4af7a5f0a5333dc517f241ff438db08ca5 Author: Kacper Michajłow <[email protected]> AuthorDate: Wed Jul 29 23:17:18 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Mon Aug 10 19:52:20 2026 +0200 avcodec/lcevcdec: include pixfmt.h for enum AVPixelFormat Fixes -Wvisibility in checkheaders. Signed-off-by: Kacper Michajłow <[email protected]> --- libavcodec/lcevcdec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/lcevcdec.h b/libavcodec/lcevcdec.h index e51d3de989..8571a5e6ac 100644 --- a/libavcodec/lcevcdec.h +++ b/libavcodec/lcevcdec.h @@ -22,6 +22,7 @@ #include "config.h" #include "libavutil/log.h" +#include "libavutil/pixfmt.h" #include <stdint.h> #if CONFIG_LIBLCEVC_DEC _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
