view mp_fifo.h @ 23307:a61a523f753e

1L to me: dv does not support YVU9.
author corey
date Thu, 17 May 2007 00:08:57 +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