view mp_fifo.h @ 24633:2bc6fcc627f4

fix warnings demux_lavf.c: In function ¡Ædemux_open_lavf¡Ç: demux_lavf.c:276: warning: assignment discards qualifiers from pointer target type demux_lavf.c:280: warning: assignment discards qualifiers from pointer target type
author henry
date Sat, 29 Sep 2007 07:42:31 +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