1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavutil
Andreas Cadhalpun 51f6455285 imgutils: initialize palette padding bytes in av_image_alloc
av_image_fill_pointers always aligns the palette, but the padding
bytes don't (and can't) get initialized in av_image_copy.

Thus initialize them in av_image_alloc.

This fixes 'Syscall param write(buf) points to uninitialised byte(s)'
valgrind warnings.

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-13 03:58:08 +02:00
..
2015-05-02 14:37:48 +02:00
2015-03-20 15:47:31 -03:00
2015-04-19 23:45:35 +01:00
2015-05-03 16:37:04 +02:00
2015-05-06 12:04:31 -04:00
2015-05-06 12:04:31 -04:00
2015-02-18 00:59:55 +01:00