From: Jaroslav Kysela Date: Tue, 13 Jun 2017 07:21:27 +0000 (+0200) Subject: capmt: add SCT_TELETEXT as allowed to capmt_include_elementary_stream() X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=780dabb8736e19774c943941970298be3edc103e;p=thirdparty%2Ftvheadend.git capmt: add SCT_TELETEXT as allowed to capmt_include_elementary_stream() --- diff --git a/src/descrambler/capmt.c b/src/descrambler/capmt.c index a5b2e9148..c3a84b4e4 100644 --- a/src/descrambler/capmt.c +++ b/src/descrambler/capmt.c @@ -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