mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
288e2a0f4e
patch by Albeu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7884 b3059339-0415-0410-9bf9-f77b7e298cf2
11 lines
119 B
C
11 lines
119 B
C
|
|
|
|
int
|
|
mp_input_lirc_init(void);
|
|
|
|
int
|
|
mp_input_lirc_read(int fd,char* dest, int s);
|
|
|
|
void
|
|
mp_input_lirc_close(int fd);
|