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

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new b2dfc14276 avcodec/vvc_parser: properly split PUs when a Prefix SEI 
NUT is found
b2dfc14276 is described below

commit b2dfc14276f4725c2458fe70c6117a88e5272ba7
Author:     James Almer <[email protected]>
AuthorDate: Wed May 6 13:00:09 2026 -0300
Commit:     James Almer <[email protected]>
CommitDate: Sat May 9 11:44:39 2026 -0300

    avcodec/vvc_parser: properly split PUs when a Prefix SEI NUT is found
    
    Signed-off-by: James Almer <[email protected]>
---
 libavcodec/vvc_parser.c        | 2 +-
 tests/ref/fate/cbs-vvc-HRD_A_3 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/vvc_parser.c b/libavcodec/vvc_parser.c
index 6a96dc086b..85510ff1f6 100644
--- a/libavcodec/vvc_parser.c
+++ b/libavcodec/vvc_parser.c
@@ -104,7 +104,7 @@ static int find_frame_end(AVCodecParserContext *s, const 
uint8_t *buf,
         // 7.4.2.4.3 and 7.4.2.4.4
         if ((nut >= VVC_OPI_NUT && nut <= VVC_PREFIX_APS_NUT &&
              nut != VVC_PH_NUT) || nut == VVC_AUD_NUT
-            || (nut == VVC_PREFIX_SEI_NUT && !pc->frame_start_found)
+            || nut == VVC_PREFIX_SEI_NUT
             || nut == VVC_RSV_NVCL_26 || nut == VVC_UNSPEC_28
             || nut == VVC_UNSPEC_29) {
             if (pc->frame_start_found) {
diff --git a/tests/ref/fate/cbs-vvc-HRD_A_3 b/tests/ref/fate/cbs-vvc-HRD_A_3
index 39e4b906c6..c75e059fd5 100644
--- a/tests/ref/fate/cbs-vvc-HRD_A_3
+++ b/tests/ref/fate/cbs-vvc-HRD_A_3
@@ -1 +1 @@
-c0d308912bcdda2b780f3e0a808ff138
+8f315df1b5f1f6f341554ff62980b8d9

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

Reply via email to