This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 44889493e3b11a90a9a816ed350cfada17f01c84 Author: Kacper Michajłow <[email protected]> AuthorDate: Mon Jul 6 12:50:42 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Tue Jul 21 18:48:57 2026 +0000 tools/target_dec_fuzzer: use av_fallthrough to avoid warning Signed-off-by: Kacper Michajłow <[email protected]> --- tools/target_dec_fuzzer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/target_dec_fuzzer.c b/tools/target_dec_fuzzer.c index 284b76d727..d301b99dfd 100644 --- a/tools/target_dec_fuzzer.c +++ b/tools/target_dec_fuzzer.c @@ -461,7 +461,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { } if (ctx->codec_id != AV_CODEC_ID_DTS) break; - // fall-through + av_fallthrough; case AV_CODEC_ID_DOLBY_E: av_dict_set_int(&opts, "channel_order", !!(request_channel_layout & INT64_MIN), 0); break; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
