diff --git a/src/input/mpegts/mpegts_service.c b/src/input/mpegts/mpegts_service.c index 960f6995..98ef98b8 100644 --- a/src/input/mpegts/mpegts_service.c +++ b/src/input/mpegts/mpegts_service.c @@ -26,8 +26,11 @@ * Class definition * *************************************************************************/ +extern const idclass_t service_class; + const idclass_t mpegts_service_class = { + .ic_super = &service_class, .ic_class = "mpegts_service", .ic_caption = "MPEGTS Service", .ic_properties = (const property_t[]){