view mp_fifo.h @ 25835:645cbba10a57

added AudioSpecificConfigFromBitfile() -that reads from an initizialized bitstream- and reimplemented AudioSpecificConfig() in terms of the former. Also, introduced a short_form parameter that indicates if the core function must pretend not to know the size of the header (another craziness in AAC)
author nicodvb
date Sat, 26 Jan 2008 18:42:17 +0000
parents dfca45ad9326
children 4129c8cfa742
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 /* MP_FIFO_H */