]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb rotor: Zero Sat Longitude should be for USALS not for GOTOX
authorJaroslav Kysela <perex@perex.cz>
Fri, 5 Dec 2014 10:07:08 +0000 (11:07 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 5 Dec 2014 10:07:08 +0000 (11:07 +0100)
src/input/mpegts/linuxdvb/linuxdvb_rotor.c

index 735a0e825c71599562031d97c236f88c612873eb..a055ec1368fb6afae92b0fe2a94fb4043e488430 100644 (file)
@@ -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",
@@ -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",