view mp_fifo.h @ 23329:4d0dd033b167

-----mencoder.xml---- r23342: Add ID to example. -----mplayer.1---- r23325: 1L to me: dv does not support YVU9.
author voroshil
date Sat, 19 May 2007 15:28:01 +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