view mp_fifo.h @ 23301:98e5fbff12c8

r23152: Add -ass-hinting option for setting font hinting method. r23261: description for -menu-keepdir option r23283: wrong suboption for vo gif89a r23291: update copyright year' r23308: List dv in pixel formats lavc's dv encoder supports. r23311: add svq1 lavcopts format colorspace r23314: fix formating of lavcopts format suboptions
author kraymer
date Mon, 14 May 2007 21:39:35 +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