view mp_fifo.h @ 23327:d7af89e69e92

Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging. This is 10x faster than the cooresponding C function.
author mhoffman
date Sat, 19 May 2007 12:57:17 +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