[MPlayer-dev-eng] [PATCH] [TEST FUNC] Multi-channel reorder function

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Nov 30 09:37:43 CET 2007


Hello,
On Thu, Nov 29, 2007 at 06:38:15PM +0800, Ulion wrote:
[...]
> 3. I'm not familar with inline function and not sure whether inline
> function can be optimized same with macro version, so is current macro
> version acceptable for commit?

Yes, it can. If necessary gcc can be forced to behave by using the
always_inline attribute. But since speed is not really that relevant
here a normal static inline function would be much preferable over
macro-mess.

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list