This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit c26334f750e7b44c8d0cdc5020aa50a0b32475f1 Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:14:54 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avformat/flvenc: add fall-through annotations --- libavformat/flvenc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c index 6ed71aa6b5..7c8d0a126b 100644 --- a/libavformat/flvenc.c +++ b/libavformat/flvenc.c @@ -19,6 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/attributes.h" #include "libavutil/intreadwrite.h" #include "libavutil/dict.h" #include "libavutil/intfloat.h" @@ -185,6 +186,7 @@ static int get_audio_flags(AVFormatContext *s, AVCodecParameters *par) flags |= FLV_SAMPLERATE_SPECIAL; break; } + av_fallthrough; default: error: av_log(s, AV_LOG_ERROR, _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
