view mp_fifo.h @ 23697:528616078af2

Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails. Hopefully fixes Bugzilla #757.
author diego
date Wed, 04 Jul 2007 08:49:47 +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