From: Jaroslav Kysela Date: Tue, 12 Feb 2019 17:08:05 +0000 (+0100) Subject: esfilter: fix the wrong other mask (hbbtv), fixes #5531 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=797af7c7873ab5cbc63bbb6ff4c518433b8d521d;p=thirdparty%2Ftvheadend.git esfilter: fix the wrong other mask (hbbtv), fixes #5531 --- diff --git a/src/esfilter.h b/src/esfilter.h index a036f52ef..d790ec80e 100644 --- a/src/esfilter.h +++ b/src/esfilter.h @@ -63,7 +63,7 @@ extern const idclass_t esfilter_class_other; SCT_MASK(SCT_CA) #define ESF_MASK_OTHER \ - SCT_MASK(SCT_MPEGTS|SCT_HBBTV) + SCT_MASK(SCT_MPEGTS) | SCT_MASK(SCT_HBBTV) extern uint32_t esfilterclsmask[];