Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: en50494 - ID (1-8) is really SCR number (0-7)
  • Loading branch information
perexg committed Aug 14, 2014
1 parent c6d99fc commit 1cf6149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_en50494.c
Expand Up @@ -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,
},
Expand Down
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_satconf.c
Expand Up @@ -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,
Expand Down

0 comments on commit 1cf6149

Please sign in to comment.