Mercurial > mplayer.hg
annotate lirc_mp.h @ 5252:5c2a8e6e860c
insert mpeg4 video header into the first chunk
author | arpi |
---|---|
date | Thu, 21 Mar 2002 20:43:43 +0000 |
parents | 3b5f5d1c5041 |
children |
rev | line source |
---|---|
1 | 1 /* |
2 | |
3 definitions for LIRC support in mplayer | |
4 written in 2/2001 by Andreas Ackermann | |
5 acki@acki-netz.de | |
6 | |
7 */ | |
8 | |
9 #ifndef LIRC_MP_H_ | |
10 #define LIRC_MP_H_ | |
11 | |
12 #include <lirc/lirc_client.h> | |
13 | |
14 //extern struct lirc_config *lirc_config; | |
15 //extern int lirc_is_setup; | |
16 | |
17 | |
18 void lirc_mp_setup(void); | |
19 void lirc_mp_cleanup(void); | |
20 int lirc_mp_getinput(void); | |
21 | |
22 | |
23 #endif |