apedec: av_fast_malloc() instead of av_realloc()
authorJustin Ruggles <justin.ruggles@gmail.com>
Mon, 30 Jan 2012 19:57:21 +0000 (14:57 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 3 Feb 2012 02:07:01 +0000 (21:07 -0500)
commite4169612a150353cb463ba2c23e88ce1ac254e93
treeddf455851e050395b24ed253e42fe6c7000780dd
parent0759c8eb100a6ed992f6cff6861dd99c3c52ff3c
apedec: av_fast_malloc() instead of av_realloc()

av_realloc() does not guarantee alignment, which is required for
DSPContext.bswap_buf().
libavcodec/apedec.c