Mercurial > mplayer.hg
diff input/input.h @ 13626:741649fe31cb
allow to step only one frame forward by pressing s.
| author | reimar |
|---|---|
| date | Tue, 12 Oct 2004 22:10:56 +0000 |
| parents | 80fc8f48f14c |
| children | 9a270ee1682e |
line wrap: on
line diff
--- a/input/input.h Tue Oct 12 21:31:32 2004 +0000 +++ b/input/input.h Tue Oct 12 22:10:56 2004 +0000 @@ -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
