Mercurial > mplayer.hg
view input/lirc.h @ 17785:adc0e54034f0
in demux_ogg_read_packet initialize data to whole packet, reduces code and
fixes missing initialization in else + header packet case.
author | reimar |
---|---|
date | Wed, 08 Mar 2006 22:23:21 +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);