Re: [FFmpeg-devel] [PATCH v3 2/3] avcodec/sanm: fobj left/top are signed

2025-02-17 Thread Marton Balint
On Mon, 17 Feb 2025, Manuel Lauss wrote: The left and top parameters of an FOBJ are signed values. Signed-off-by: Manuel Lauss --- v3: change the bytestream accessor to signed too get_xxxu means "unchecked" here (as in not checking for buffer overread), not unsigned. Bytestream API alway

[FFmpeg-devel] [PATCH v3 2/3] avcodec/sanm: fobj left/top are signed

2025-02-17 Thread Manuel Lauss
The left and top parameters of an FOBJ are signed values. Signed-off-by: Manuel Lauss --- v3: change the bytestream accessor to signed too v2: no changes libavcodec/sanm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/sanm.c b/libavcodec/sanm.c index a4f0a28