repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
100l, do not read probe buffer if it will not be used because a format was forced.
[mplayer/glamo.git]
/
mp_fifo.h
blob
5a5c925462510e07751df0d10a4fb6df100ed185
1
#ifndef MPLAYER_MP_FIFO_H
2
#define MPLAYER_MP_FIFO_H
3
4
int
mplayer_get_key
(
int
fd
);
5
void
mplayer_put_key
(
int
code
);
6
7
#endif
/* MPLAYER_MP_FIFO_H */