avcodec/dca: add break

This commit is contained in:
Marvin Scholz
2026-04-28 12:29:37 +00:00
parent 5cdbd0337f
commit c772decdd0
+1
View File
@@ -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: