[FFmpeg-devel] [PATCH] avcodec/utils: initialize pixel buffer pool

Michael Niedermayer michaelni at gmx.at
Mon Mar 25 00:58:09 CET 2013


On Sun, Mar 24, 2013 at 03:34:48AM +0100, Michael Niedermayer wrote:
> This should silence many valgrind warnings about use of uninitialized
> data, all the warnings i looked at where false positives having their
> uninitialized data not actually used.
> 
> The same effect could be achieved by listing all code that touches
> the pixel buffer in the valgrind suppression file.
> Note, valgrind also fails to trace the origins correctly.
> 
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

applied

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

I am the wisest man alive, for I know one thing, and that is that I know
nothing. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130325/935fc239/attachment.asc>


More information about the ffmpeg-devel mailing list