James Almer:
> On 9/30/2022 2:02 PM, Andreas Rheinhardt wrote:
>> Fixes segfaults with negative linesizes; in particular,
>> this affected the sunraster-(1|8|24)bit-(raw|rle) and
>> sunraster-8bit_gray-raw FATE tests.
>>
>> Signed-off-by: Andreas Rheinhardt
>> ---
>> libavcodec/sunrast.c | 5 +++
On 9/30/2022 2:02 PM, Andreas Rheinhardt wrote:
Fixes segfaults with negative linesizes; in particular,
this affected the sunraster-(1|8|24)bit-(raw|rle) and
sunraster-8bit_gray-raw FATE tests.
Signed-off-by: Andreas Rheinhardt
---
libavcodec/sunrast.c | 5 +++--
1 file changed, 3 insertions
Andreas Rheinhardt:
> Fixes segfaults with negative linesizes; in particular,
> this affected the sunraster-(1|8|24)bit-(raw|rle) and
> sunraster-8bit_gray-raw FATE tests.
>
> Signed-off-by: Andreas Rheinhardt
> ---
> libavcodec/sunrast.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions
Fixes segfaults with negative linesizes; in particular,
this affected the sunraster-(1|8|24)bit-(raw|rle) and
sunraster-8bit_gray-raw FATE tests.
Signed-off-by: Andreas Rheinhardt
---
libavcodec/sunrast.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavcodec/sunrast