view mp_fifo.h @ 26379:fa8997230d4e

Reformat demuxer.c Indent with "indent -kr -l79 -nut" and fix various suboptimal results by hand. Also remove some commented-out cruft and one unnecessary case of parentheses as in "return (r)".
author uau
date Sat, 12 Apr 2008 15:51:08 +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 */