globalheaders: don't disable SCT_TELETEXT
This commit is contained in:
parent
b47a14bd8b
commit
74090c626a
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue