iptv: added NULL termination of property lists.
This commit is contained in:
parent
a40f1ffc40
commit
c49688b22a
2 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,7 @@ const idclass_t iptv_input_class = {
|
|||
.ic_caption = "IPTV Input",
|
||||
.ic_get_title = iptv_input_class_get_title,
|
||||
.ic_properties = (const property_t[]){
|
||||
{}
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -298,6 +299,7 @@ const idclass_t iptv_network_class = {
|
|||
.ic_class = "iptv_network",
|
||||
.ic_caption = "IPTV Network",
|
||||
.ic_properties = (const property_t[]){
|
||||
{}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ const idclass_t iptv_mux_class =
|
|||
{ PROPDEF1("iptv_interface", "Interface",
|
||||
PT_STR, iptv_mux_t, mm_iptv_interface) },
|
||||
#endif
|
||||
{}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue