[FFmpeg-devel] Patch for vf_fillborders.c – Bug?

Ulf Zibis Ulf.Zibis at CoSoCo.de
Thu Mar 7 01:52:32 EET 2019


Hi,

I think there is a bug in vf_fillborders.c 16 bit routines.

When using memset or memcopy, I think, correct linesize instead
s->planewidth[p] should be used.
When using arrray syntax, I think, correct s->planewidth[p] instead
linesize should be used.

See my proposed patch.

-Ulf

-------------- next part --------------
A non-text attachment was scrubbed...
Name: vf_fillborders_linesize_in_16-bit.patch
Type: text/x-patch
Size: 12348 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190307/3c9a0973/attachment.bin>


More information about the ffmpeg-devel mailing list