OSDN Git Service

fraps: Use av_fast_padded_malloc() instead of av_realloc()
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 31 Jan 2012 16:30:34 +0000 (11:30 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 1 Feb 2012 19:37:47 +0000 (14:37 -0500)
commitf54ae2f8e7c905d863b2e96b1d5df3f1b9aa5f30
tree020addcf14fbc609c3153d387e99cec7d70e91c7
parent0880503fbbd68bf6b1352488944020e3ec35c2e4
fraps: Use av_fast_padded_malloc() instead of av_realloc()

Ensures alignment and avoids using uninitialized data.

Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
libavcodec/fraps.c