view mp_fifo.h @ 24167:9c35b377b4d8

Language bits in teletext page header are control bits C12-C14 (bits 2-4 of d[7]), not C11-C13 (bits 1-3).
author voroshil
date Sat, 25 Aug 2007 16:39:02 +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