view mp_fifo.h @ 29444:298ee5238e8c

Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.
author cehoyos
date Tue, 11 Aug 2009 17:51:11 +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 */