view mp_fifo.h @ 25076:dfd3c5702d32

Add padding and unroll loop 4x for at least another 10% speedup
author reimar
date Sun, 18 Nov 2007 22:13:49 +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