This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 452d0239cae079a43b38e7f7a1075c8c02bfea8c
Author:     Marvin Scholz <[email protected]>
AuthorDate: Wed Feb 18 00:11:56 2026 +0100
Commit:     Marvin Scholz <[email protected]>
CommitDate: Tue Apr 28 12:29:37 2026 +0000

    avformat/network: add fall-through annotations
---
 libavformat/network.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/network.c b/libavformat/network.c
index a7026ac09b..5bfc28d80d 100644
--- a/libavformat/network.c
+++ b/libavformat/network.c
@@ -20,6 +20,7 @@
 
 #include "config.h"
 #include "config_components.h"
+#include "libavutil/attributes.h"
 
 #if CONFIG_TLS_PROTOCOL && CONFIG_OPENSSL
 #include <openssl/opensslv.h>
@@ -288,6 +289,7 @@ int ff_listen_connect(int fd, const struct sockaddr *addr,
                     av_log(h, AV_LOG_ERROR, "Connection to %s failed: %s\n",
                            h->filename, av_err2str(ret));
             }
+            av_fallthrough;
         default:
             return ret;
         }

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to