view input/lirc.h @ 14644:36d53262f626

avoid null pointer dereference with .ssa subtitles when the video codec is missing patch by Philip Chong <pchong at ic.eecs.berkeley.edu>
author faust3
date Fri, 04 Feb 2005 19:19: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);