Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb rotor: Zero Sat Longitude should be for USALS not for GOTOX
  • Loading branch information
perexg committed Dec 5, 2014
1 parent 5339e1a commit a9d3e4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/input/mpegts/linuxdvb/linuxdvb_rotor.c
Expand Up @@ -87,12 +87,6 @@ const idclass_t linuxdvb_rotor_gotox_class =
.name = "Satellite Longitude",
.off = offsetof(linuxdvb_rotor_t, lr_sat_lon),
},
{
.type = PT_DBL,
.id = "zero_lon",
.name = "Zero Sat Longitude",
.off = offsetof(linuxdvb_rotor_t, lr_zero_lon),
},
{
.type = PT_U16,
.id = "rate",
Expand Down Expand Up @@ -127,6 +121,12 @@ const idclass_t linuxdvb_rotor_usals_class =
.name = "Satellite Longitude",
.off = offsetof(linuxdvb_rotor_t, lr_sat_lon),
},
{
.type = PT_DBL,
.id = "zero_lon",
.name = "Zero Sat Longitude",
.off = offsetof(linuxdvb_rotor_t, lr_zero_lon),
},
{
.type = PT_U16,
.id = "rate",
Expand Down

0 comments on commit a9d3e4a

Please sign in to comment.