On Fri, Apr 09, 2010 at 11:00:41AM -0300, Mauro Carvalho Chehab wrote:
> struct {
>       unsigned mark : 1;
>       unsigned duration :31;
> }
> 
> There's no memory spend at all: it will use just one unsigned int and it is
> clearly indicated what's mark and what's duration.

If all three of you agree on this approch, I'll write a patch to convert 
ir-core to use it instead.

-- 
David Härdeman
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to