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

Git pushed a commit to branch master
in repository ffmpeg.

commit 558738a6d01017c822148cb34c445085f33a6c3f
Author:     Lynne <[email protected]>
AuthorDate: Mon Mar 2 08:49:06 2026 +0100
Commit:     Lynne <[email protected]>
CommitDate: Sat Mar 7 11:56:47 2026 +0000

    aacdec_usac_mps212: Fix CID 1681704
    
    Fixes Coverity issue #1681704
---
 libavcodec/aac/aacdec_usac_mps212.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/aac/aacdec_usac_mps212.c 
b/libavcodec/aac/aacdec_usac_mps212.c
index 67c6ec872e..61779cba1a 100644
--- a/libavcodec/aac/aacdec_usac_mps212.c
+++ b/libavcodec/aac/aacdec_usac_mps212.c
@@ -213,6 +213,8 @@ static void huff_data_2d(GetBitContext *gb, int16_t 
*part0_data[2], int16_t (*da
         case 7: hcod2D = ff_aac_hcod2D_IPD_07[freq_pair][diff_freq]; break;
         }
         break;
+    default:
+        av_unreachable("Invalid data type");
     }
 
     if (part0_data[0])

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

Reply via email to