This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit c772decdd0af5610f84324ea025a24d5cb88b910 Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:24:27 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avcodec/dca: add break --- libavcodec/dca_parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/dca_parser.c b/libavcodec/dca_parser.c index aaf4f42221..b7e2add698 100644 --- a/libavcodec/dca_parser.c +++ b/libavcodec/dca_parser.c @@ -218,6 +218,7 @@ static int dca_parse_params(DCAParseContext *pc1, const uint8_t *buf, switch (get_bits(&gb, 8)) { case DCA_LBR_HEADER_DECODER_INIT: pc1->sr_code = get_bits(&gb, 8); + break; case DCA_LBR_HEADER_SYNC_ONLY: break; default: _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
