view mp_fifo.h @ 22990:a76748e71a18

Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files regardless of actual audio codec.
author reimar
date Mon, 16 Apr 2007 20:08:29 +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