Mercurial > mplayer.hg
diff input/input.c @ 14718:11376fd550ac
Make seek command parameter float.
Patch by Oded Shimon [ods15 at ods15 dot dyndns dot org].
| author | reimar |
|---|---|
| date | Thu, 17 Feb 2005 15:56:25 +0000 |
| parents | a4767edef10d |
| children | b7aa70b05d76 |
line wrap: on
line diff
--- a/input/input.c Thu Feb 17 15:35:44 2005 +0000 +++ b/input/input.c Thu Feb 17 15:56:25 2005 +0000 @@ -46,7 +46,7 @@ /// is the default value wich is used for optional arguments static mp_cmd_t mp_cmds[] = { - { MP_CMD_SEEK, "seek", 1, { {MP_CMD_ARG_INT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}} } }, + { MP_CMD_SEEK, "seek", 1, { {MP_CMD_ARG_FLOAT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}} } }, #ifdef USE_EDL { MP_CMD_EDL_MARK, "edl_mark", 0, { {-1,{0}} } }, #endif
