Mercurial > mplayer.hg
diff input/input.h @ 22255:5f1bf0a7ed42
Remove remnants of the nonfunctional "grab_frames" command.
The command has been a no-op for years.
| author | uau |
|---|---|
| date | Mon, 19 Feb 2007 06:20:47 +0000 |
| parents | c549c2de24ce |
| children | e1859558b37d |
line wrap: on
line diff
--- a/input/input.h Mon Feb 19 01:26:17 2007 +0000 +++ b/input/input.h Mon Feb 19 06:20:47 2007 +0000 @@ -3,7 +3,7 @@ #define MP_CMD_AUDIO_DELAY 1 #define MP_CMD_QUIT 2 #define MP_CMD_PAUSE 3 -#define MP_CMD_GRAB_FRAMES 4 +// #define MP_CMD_GRAB_FRAMES 4 // was a no-op command for years #define MP_CMD_PLAY_TREE_STEP 5 #define MP_CMD_PLAY_TREE_UP_STEP 6 #define MP_CMD_PLAY_ALT_SRC_STEP 7
