Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb rotor: change Max Rotor Movement to Init Rotor Time
  • Loading branch information
perexg committed Dec 15, 2014
1 parent 3184c8b commit d02f233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_satconf.c
Expand Up @@ -248,7 +248,7 @@ const idclass_t linuxdvb_satconf_class =
{
.type = PT_U32,
.id = "max_rotor_move",
.name = "Max Rotor Movement (seconds)",
.name = "Init Rotor Time (seconds)",
.off = offsetof(linuxdvb_satconf_t, ls_max_rotor_move),
.opts = PO_ADVANCED,
.def.u32 = 120
Expand Down

0 comments on commit d02f233

Please sign in to comment.