OSDN Git Service

lavfi: add attribute_align_arg to all public entry points
authorHendrik Leppkes <h.leppkes@gmail.com>
Fri, 26 Jul 2013 08:31:05 +0000 (10:31 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 26 Jul 2013 11:59:30 +0000 (13:59 +0200)
commitaf2a196e669cf7f00735a1df5889db35f3be87eb
treeed55e4d41d03287b0d1bea451dd5e6a51409c1a9
parent2a1a599bcb2b9b54aa32a7fe62593e671d6457d3
lavfi: add attribute_align_arg to all public entry points

Previously it was partly only added to central functions called
internally, however if GCC would inline these into the public fuction, the
alignment attribute would not take effect.

Instead, add it to all public entry points to avoid these problems.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/buffersink.c
libavfilter/buffersrc.c