]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
capmt: add SCT_TELETEXT as allowed to capmt_include_elementary_stream()
authorJaroslav Kysela <perex@perex.cz>
Tue, 13 Jun 2017 07:21:27 +0000 (09:21 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 13 Jun 2017 07:21:27 +0000 (09:21 +0200)
src/descrambler/capmt.c

index a5b2e9148617564b6d222ef3c105156893826c28..c3a84b4e4dbdc9e281dfcb469d639c78f60bf231 100644 (file)
@@ -323,7 +323,7 @@ capmt_oscam_netproto(capmt_t *capmt)
 static inline int
 capmt_include_elementary_stream(streaming_component_type_t type)
 {
-  return SCT_ISAV(type) || type == SCT_DVBSUB;
+  return SCT_ISAV(type) || type == SCT_DVBSUB || type == SCT_TELETEXT;
 }
 
 static void