]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
esfilter: cosmetic fix
authorJaroslav Kysela <perex@perex.cz>
Tue, 12 Feb 2019 17:15:25 +0000 (18:15 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 12 Feb 2019 17:15:25 +0000 (18:15 +0100)
src/esfilter.h

index d790ec80ecbcb6305780a38c49af9b9553787fb2..c96a22e9c762e792bae195729cae2be2e3b73798 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_MASK(SCT_HBBTV)
+  (SCT_MASK(SCT_MPEGTS) | SCT_MASK(SCT_HBBTV))
 
 extern uint32_t esfilterclsmask[];