linuxdvb: en50494 - ID (1-8) is really SCR number (0-7)
This commit is contained in:
parent
c6d99fc4a7
commit
1cf6149b06
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ const idclass_t linuxdvb_en50494_class =
|
|||
{
|
||||
.type = PT_U16,
|
||||
.id = "id",
|
||||
.name = "ID",
|
||||
.name = "SCR (ID)",
|
||||
.off = offsetof(linuxdvb_en50494_t, le_id),
|
||||
.list = linuxdvb_en50494_id_list,
|
||||
},
|
||||
|
|
|
@ -414,7 +414,7 @@ const idclass_t linuxdvb_satconf_en50494_class =
|
|||
{
|
||||
.type = PT_U16,
|
||||
.id = "id",
|
||||
.name = "ID",
|
||||
.name = "SCR (ID)",
|
||||
.get = linuxdvb_satconf_class_en50494_id_get,
|
||||
.set = linuxdvb_satconf_class_en50494_id_set,
|
||||
.list = linuxdvb_en50494_id_list,
|
||||
|
|
Loading…
Add table
Reference in a new issue