fix typo for previous patch
This commit is contained in:
parent
ac92591ba1
commit
f8b3bf40ec
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ const idclass_t mpegts_network_class =
|
|||
.type = PT_BOOL,
|
||||
.id = "sid_chnum",
|
||||
.name = "Service IDs as Channel Numbers",
|
||||
.off = offsetof(mpegts_network_t, mn_ignore_chnum),
|
||||
.off = offsetof(mpegts_network_t, mn_sid_chnum),
|
||||
.def.i = 0,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue