From b6cc03ac9bdc427581479e6ad274662cb1c18e95 Mon Sep 17 00:00:00 2001 From: reimar Date: Tue, 12 Oct 2004 22:10:56 +0000 Subject: allow to step only one frame forward by pressing s. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13627 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 1c218aaa2a..4a2a10098d 100644 --- a/input/input.h +++ b/input/input.h @@ -57,6 +57,7 @@ #define MP_CMD_VO_ROOTWIN 53 #define MP_CMD_SWITCH_VSYNC 54 #define MP_CMD_SWITCH_RATIO 55 +#define MP_CMD_FRAME_STEP 56 #define MP_CMD_GUI_EVENTS 5000 #define MP_CMD_GUI_LOADFILE 5001 -- cgit v1.2.3