On Wed, 09 Jan 2013 01:28:59 +0100, Luca Barbato <[email protected]> wrote: > On 08/01/13 15:35, Anton Khirnov wrote: > > > + tmp = av_realloc(buf->buffer->data, size); > > This requires we fix av_realloc to always return aligned memory I guess. >
Not really. It just requires the code that does the reallocing to not need aligned memory. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
