view input/lirc.h @ 16438:871e94131840

Ignore movi_end (except on error) to allow playing growing files. Also adds a check if stream_read read the requested length. This and the movi_end check on error help not accidently playing ID3 tags.
author reimar
date Fri, 09 Sep 2005 20:05:42 +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);