Mercurial > mplayer.hg
view input/lirc.h @ 7926:7d2542838d24
- removed YV12 support (builtin yv12->rgb conversion)
- removed built-in OSD rendering
author | arpi |
---|---|
date | Sat, 26 Oct 2002 16:05:47 +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);