Mercurial > mplayer.hg
view input/lirc.h @ 9228:5ef5179188ca
- ignore movi_end if reading from stdin
- assume I-only stream if no index (buggy seekable avi is still better than non-seekable)
author | arpi |
---|---|
date | Sun, 02 Feb 2003 21:32:05 +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);