[Mplayer-cvslog] CVS: main mplayer.c,1.267,1.268
Arpi of Ize
arpi at mplayer.dev.hu
Sat Sep 1 00:35:06 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv20972
Modified Files:
mplayer.c
Log Message:
fixed 'n' key bug :)
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -r1.267 -r1.268
--- mplayer.c 31 Aug 2001 21:06:20 -0000 1.267
+++ mplayer.c 31 Aug 2001 22:35:04 -0000 1.268
@@ -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:
@@ -920,10 +922,6 @@
else encode_index_name=NULL;
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) ============
More information about the MPlayer-cvslog
mailing list