OSDN Git Service

lavfi: add attribute_align_arg to all public entry points
authorHendrik Leppkes <h.leppkes@gmail.com>
Fri, 26 Jul 2013 08:20:47 +0000 (10:20 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 26 Jul 2013 16:51:04 +0000 (19:51 +0300)
commit779e6c2b985f2ad461a1ae704160822f97709ba7
tree694eee571694938e8b1479072386ee51e818d692
parent03039f4c8cdb4f8e5dc69905f3d73e2a531157e8
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: Martin Storsjö <martin@martin.st>
libavfilter/buffersink.c
libavfilter/buffersrc.c