This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 2777e4d3895f2bf2c4e17c8153dae5e7b25f694e Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:09:55 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avformat/takdec: add fall-through annotations --- libavformat/takdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/takdec.c b/libavformat/takdec.c index c1271601b5..04c98c295e 100644 --- a/libavformat/takdec.c +++ b/libavformat/takdec.c @@ -19,6 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/attributes.h" #include "libavutil/crc.h" #include "libavutil/mem.h" @@ -85,6 +86,7 @@ static int tak_read_header(AVFormatContext *s) case TAK_METADATA_STREAMINFO: if (st->codecpar->extradata) return AVERROR_INVALIDDATA; + av_fallthrough; case TAK_METADATA_LAST_FRAME: case TAK_METADATA_ENCODER: if (size <= 3) _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
