view mp_fifo.h @ 23540:d655edc9d107

When parsing ass-force-style arguments, search for '=' and '.' characters with strrchr. This allows using it for styles whose name contains those characters. Patch by ѧߧܧ яڏ <branko majic at gmail com>.
author eugeni
date Fri, 15 Jun 2007 22:22:16 +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