]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
esfilter: fix the wrong other mask (hbbtv), fixes #5531
authorJaroslav Kysela <perex@perex.cz>
Tue, 12 Feb 2019 17:08:05 +0000 (18:08 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 12 Feb 2019 17:08:05 +0000 (18:08 +0100)
src/esfilter.h

index a036f52ef9269a16625a69ecd7d4defc24cc5bc9..d790ec80ecbcb6305780a38c49af9b9553787fb2 100644 (file)
@@ -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[];