aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mips/videodsp_init.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-30 18:12:46 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-05 14:38:52 +0200
commitfced3a17dbdade0635fe900ad0b748c5278c01a2 (patch)
tree55c269eb37fbf66088217a8c6a305d1899404896 /libavcodec/mips/videodsp_init.c
parentce4713ea731b9deb0440abe8d8a2a41d2957efc5 (diff)
downloadffmpeg-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 'libavcodec/mips/videodsp_init.c')
0 files changed, 0 insertions, 0 deletions