diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-30 18:12:46 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-05 14:38:52 +0200 |
commit | fced3a17dbdade0635fe900ad0b748c5278c01a2 (patch) | |
tree | 55c269eb37fbf66088217a8c6a305d1899404896 /libavdevice | |
parent | ce4713ea731b9deb0440abe8d8a2a41d2957efc5 (diff) | |
download | ffmpeg-fced3a17dbdade0635fe900ad0b748c5278c01a2.tar.gz |
avcodec/c93: Fix segfault when using negative linesizes
c93.c used an int for the stride and an unsigned for the current
linenumber. This does not work when using negative linesizes.
So use ptrdiff_t for stride and int for linenumber.
This fixes the cyberia-c93 FATE test when using negative linesizes.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavdevice')
0 files changed, 0 insertions, 0 deletions