view mp_fifo.h @ 24347:89347ff2c31a

Avoid releasing of unallocated memory. Patch is made from coreavc-for-linux project source code http://code.google.com/p/coreavc-for-linux/
author voroshil
date Sat, 08 Sep 2007 12:15:15 +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