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

Git pushed a commit to branch master
in repository ffmpeg.

commit 0cbf77e84322ebbff18542af6d8be297b8dd322b
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Tue Apr 28 20:54:44 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Sun May 3 18:22:34 2026 +0200

    avcodec/hevc/hevcdec: Add av_fallthrough
    
    Reviewed-by: Ramiro Polla <[email protected]>
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/hevc/hevcdec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/hevc/hevcdec.c b/libavcodec/hevc/hevcdec.c
index 8611909dd3..f398872393 100644
--- a/libavcodec/hevc/hevcdec.c
+++ b/libavcodec/hevc/hevcdec.c
@@ -3196,6 +3196,7 @@ static int find_finish_setup_nal(const HEVCContext *s)
         case HEVC_NAL_RASL_R:
             if (!get_bits1(&gb)) // first_slice_segment_in_pic_flag
                 continue;
+            av_fallthrough;
         case HEVC_NAL_VPS:
         case HEVC_NAL_SPS:
         case HEVC_NAL_PPS:

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

Reply via email to