This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit d10125319d6ed26a57006ce8a28c43b9a8b56b23 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Thu Aug 13 18:33:08 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Fri Aug 14 18:28:09 2026 +0200 avcodec/encode: Remove pointless opt.h inclusion Reviewed-by: James Almer <[email protected]> Reviewed-by: Kacper Michajłow <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/encode.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/encode.h b/libavcodec/encode.h index 0a9998062a..8cf24558f5 100644 --- a/libavcodec/encode.h +++ b/libavcodec/encode.h @@ -21,7 +21,6 @@ #ifndef AVCODEC_ENCODE_H #define AVCODEC_ENCODE_H -#include "libavutil/opt.h" #include "libavutil/dict.h" #include "libavutil/frame.h" _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
