[Mplayer-cvslog] CVS: main/input input.c,1.100,1.101
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Thu Oct 14 17:33:12 CEST 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv25754/input
Modified Files:
input.c
Log Message:
Make '.' key default for framestepping
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- input.c 12 Oct 2004 22:10:55 -0000 1.100
+++ input.c 14 Oct 2004 15:33:09 -0000 1.101
@@ -276,6 +276,7 @@
{ { 'p', 0 }, "pause" },
#endif
{ { ' ', 0 }, "pause" },
+ { { '.', 0 }, "frame_step" },
{ { KEY_HOME, 0 }, "pt_up_step 1" },
{ { KEY_END, 0 }, "pt_up_step -1" },
{ { '>', 0 }, "pt_step 1" },
More information about the MPlayer-cvslog
mailing list