This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 96b1b0bf67df4056fe020c1cb88b39ddb1505b05 Author: James Almer <[email protected]> AuthorDate: Thu Mar 26 13:39:27 2026 -0300 Commit: James Almer <[email protected]> CommitDate: Fri Mar 27 20:56:45 2026 -0300 avcodec/lcevcdec: also decompose NON_IDR NALUs The first Global Config process block may be in one of them. Signed-off-by: James Almer <[email protected]> --- libavcodec/lcevcdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/lcevcdec.c b/libavcodec/lcevcdec.c index 69a73866fe..f861614e51 100644 --- a/libavcodec/lcevcdec.c +++ b/libavcodec/lcevcdec.c @@ -369,6 +369,7 @@ end: static const CodedBitstreamUnitType decompose_unit_types[] = { LCEVC_IDR_NUT, + LCEVC_NON_IDR_NUT, }; int ff_lcevc_alloc(FFLCEVCContext **plcevc, void *logctx) _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
