Re: [FFmpeg-devel] [PATCH v1 10/19] avcodec/vvcdec: verify picture hash

2025-04-25 Thread Andreas Rheinhardt
toq...@gmail.com: > From: Wu Jianhua > > Signed-off-by: Wu Jianhua > --- > libavcodec/vvc/dec.c | 16 +++- > libavcodec/vvc/sei.c | 10 ++ > libavcodec/vvc/sei.h | 3 +++ > 3 files changed, 28 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/vvc/dec.c b/libavcodec/

[FFmpeg-devel] [PATCH v1 10/19] avcodec/vvcdec: verify picture hash

2025-04-01 Thread toqsxw
From: Wu Jianhua Signed-off-by: Wu Jianhua --- libavcodec/vvc/dec.c | 16 +++- libavcodec/vvc/sei.c | 10 ++ libavcodec/vvc/sei.h | 3 +++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/libavcodec/vvc/dec.c b/libavcodec/vvc/dec.c index 4c0d08440a..6c36eb553e