view input/lirc.h @ 11643:3ddfe9316ca9

big updates to ilpack: do proper interpolation rather than just duplicating lines. ilpack will no longer significantly harm progressive content, so it can be used on mixed interlaced+progressive. mmx interpolation code coming soon...
author rfelker
date Mon, 15 Dec 2003 02:58:23 +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);