This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit d607b2249f72c215fcdf70e45f8dcb807147936e Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:09:27 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avformat/ty: add fall-through annotations --- libavformat/ty.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/ty.c b/libavformat/ty.c index acd5e62157..c637c35e7c 100644 --- a/libavformat/ty.c +++ b/libavformat/ty.c @@ -23,6 +23,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/attributes.h" #include "libavutil/intreadwrite.h" #include "libavutil/mem.h" #include "avformat.h" @@ -691,6 +692,7 @@ static int ty_read_packet(AVFormatContext *s, AVPacket *pkt) break; default: ff_dlog(s, "Invalid record type 0x%02x\n", rec->rec_type); + av_fallthrough; case 0x01: case 0x02: case 0x03: /* TiVo data services */ _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
