Re: [FFmpeg-devel] [PATCH 1/3] api/api-band-test: Remove write-only variable

2024-06-11 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Besides being write only it had the wrong type: > An uint8_t is definitely not enough to store the size > of these buffers. > > Signed-off-by: Andreas Rheinhardt > --- > tests/api/api-band-test.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/tests/api/api-band-

[FFmpeg-devel] [PATCH 1/3] api/api-band-test: Remove write-only variable

2024-06-08 Thread Andreas Rheinhardt
Besides being write only it had the wrong type: An uint8_t is definitely not enough to store the size of these buffers. Signed-off-by: Andreas Rheinhardt --- tests/api/api-band-test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/api/api-band-test.c b/tests/api/api-band-test.c index