From d607b2249f72c215fcdf70e45f8dcb807147936e Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Wed, 18 Feb 2026 00:09:27 +0100 Subject: [PATCH] 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 */