view mp_fifo.h @ 29441:3b88f0acdc0b

Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused pixel swapping during some YUV2RGB conversions.
author kostya
date Sun, 09 Aug 2009 15:04:17 +0000
parents 4129c8cfa742
children c1a3f1bbba26
line wrap: on
line source

#ifndef MPLAYER_MP_FIFO_H
#define MPLAYER_MP_FIFO_H

int mplayer_get_key(int fd);
void mplayer_put_key(int code);

#endif /* MPLAYER_MP_FIFO_H */