This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit b32f8d1c2377079302d23f82d555d13deda68c57 Author: 罗乾林 <[email protected]> AuthorDate: Thu May 7 08:16:49 2026 +0800 Commit: Zhao Zhili <[email protected]> CommitDate: Sun Aug 30 03:23:09 2026 +0000 avcodec/mediacodecdec: free HEVC SEI parsed from extradata --- libavcodec/mediacodecdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/mediacodecdec.c b/libavcodec/mediacodecdec.c index f900950417..89f8ed54a8 100644 --- a/libavcodec/mediacodecdec.c +++ b/libavcodec/mediacodecdec.c @@ -39,6 +39,7 @@ #include "h264_parse.h" #include "h264_ps.h" #include "hevc/parse.h" +#include "hevc/sei.h" #include "hwconfig.h" #include "internal.h" #include "jni.h" @@ -274,6 +275,7 @@ static int hevc_set_extradata(AVCodecContext *avctx, FFAMediaFormat *format) } done: + ff_hevc_reset_sei(&sei); ff_hevc_ps_uninit(&ps); av_freep(&vps_data); -- To stop receiving notification emails like this one, please contact [email protected]. _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
