# HG changeset patch # User arpi # Date 999297304 0 # Node ID c8bc613eb4f88a554638837fa6561bd8b5f15ae9 # Parent eff8f3c200fa2b7d84ae966962d6218259bd0158 fixed 'n' key bug :) diff -r eff8f3c200fa -r c8bc613eb4f8 mplayer.c --- 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";