[FFmpeg-devel] [PATCH] oggparsevorbis: use av_realloc consistently

Ronald S. Bultje rsbultje at gmail.com
Sat Jan 12 01:10:48 CET 2013


Hi,

On Fri, Jan 11, 2013 at 10:16 AM, Paweł Hajdan <phajdan at google.com> wrote:
> Now the question is about C99-conformant implementations that do not
> support posix_memalign + realloc (debugallocation comes to mind)?

Don't forget C89 (e.g. MSVC). I can't detect this kind of stuff in the
c99-to-c89 preprocessor (see also VLAs, which are legal in C99 yet we
don't use them, amongst others for C89 compat).

Ronald


More information about the ffmpeg-devel mailing list