view mp_fifo.h @ 29685:f0b559a7c17b

Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio->pts which e.g. for mp3 in AVI never has a useful value.
author reimar
date Mon, 28 Sep 2009 11:24:13 +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 */