view mp_fifo.h @ 23003:ec0ead587e2f

fix red_15mask and green_15mask. the previous values were wrong and caused some SIMD functions to output wrong data.
author ivo
date Wed, 18 Apr 2007 16:40:07 +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