view mp_fifo.h @ 24335:37ff71292bda

r24294: suboption consistency, add fixme document -vivo suboptions r24301: replace deleted line r24310: Support for selecting language via packet 28. r24329: manpage fix: escape '\' in -vf geq description r24349: Support lowdelay flag
author voroshil
date Thu, 06 Sep 2007 20:18:38 +0000
parents cd0ec0b1d931
children dfca45ad9326
line wrap: on
line source

#ifndef MP_FIFO_H
#define MP_FIFO_H

int mplayer_get_key(int fd);
void mplayer_put_key(int code);

#endif