view input/lirc.h @ 8348:1cf5d8a5bbe8

the -af delay=[seconds] option currently parses floating point values of "seconds" but uses only the integral part of it. This one-line patch fixes that problem. It should be clear enough. Linards Ticmanis <ticmanis@coli.uni-sb.de>
author arpi
date Wed, 04 Dec 2002 21:48:15 +0000
parents d375383e1a48
children 6ac1ece1f9fe
line wrap: on
line source



int 
mp_input_lirc_init(void);

int
mp_input_lirc_read(int fd,char* dest, int s);

void
mp_input_lirc_close(int fd);