]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: fix pids_max description, fixes #4234
authorJaroslav Kysela <perex@perex.cz>
Thu, 16 Feb 2017 08:03:44 +0000 (09:03 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 16 Feb 2017 08:03:44 +0000 (09:03 +0100)
src/input/mpegts/linuxdvb/linuxdvb_frontend.c

index c48e936a37b41f99a128e455dcfc4b873ed02f97..35a46c62f5c77757ef6c0381ff22b1adab3119c5 100644 (file)
@@ -100,7 +100,7 @@ const idclass_t linuxdvb_frontend_class =
       .type     = PT_INT,
       .id       = "pids_max",
       .name     = N_("Maximum PIDs"),
-      .desc     = N_("The frontend number given to the device."),
+      .desc     = N_("The limit for the PID filter (driver or hardware)."),
       .off      = offsetof(linuxdvb_frontend_t, lfe_pids_max),
       .opts     = PO_ADVANCED,
       .def.i    = 32