Mercurial > mplayer.hg
changeset 1816:c8bc613eb4f8
fixed 'n' key bug :)
author | arpi |
---|---|
date | Fri, 31 Aug 2001 22:35:04 +0000 |
parents | eff8f3c200fa |
children | 35d88a433502 |
files | mplayer.c |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Fri Aug 31 22:07:53 2001 +0000 +++ b/mplayer.c Fri Aug 31 22:35:04 2001 +0000 @@ -555,6 +555,8 @@ if ( !use_gui ) load_termcap(NULL); // load key-codes #endif +// ========== Init keyboard FIFO (connection to libvo) ============ +make_pipe(&keyb_fifo_get,&keyb_fifo_put); //========= Catch terminate signals: ================ // terminate requests: @@ -921,10 +923,6 @@ sh_audio=d_audio->sh=NULL; } -// ========== Init keyboard FIFO (connection to libvo) ============ - -make_pipe(&keyb_fifo_get,&keyb_fifo_put); - // ========== Init display (sh_video->disp_w*sh_video->disp_h/out_fmt) ============ current_module="init_libvo";