Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
globalheaders: don't disable SCT_TELETEXT
  • Loading branch information
perexg committed Dec 24, 2014
1 parent b47a14b commit 74090c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/plumbing/globalheaders.c
Expand Up @@ -186,12 +186,6 @@ gh_hold(globalheaders_t *gh, streaming_message_t *sm)
pkt->pkt_componentindex);
assert(ssc != NULL);

if(ssc->ssc_type == SCT_TELETEXT) {
streaming_msg_free(sm);
ssc->ssc_disabled = 1;
break;
}

pkt_ref_inc(pkt);

apply_header(ssc, pkt);
Expand Down

0 comments on commit 74090c6

Please sign in to comment.