view mp_fifo.h @ 24091:e7df91814c0f

Minor code cleanup Move timed hiding of OSD progress bar to the same place where OSD messages are timed out.
author uau
date Tue, 21 Aug 2007 00:24:13 +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