linuxdvb: en50494 - ID (1-8) is really SCR number (0-7)

This commit is contained in:
Jaroslav Kysela 2014-08-14 17:01:16 +02:00
parent c6d99fc4a7
commit 1cf6149b06
2 changed files with 2 additions and 2 deletions

View file

@ -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,
},

View file

@ -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,