Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
parsers: coverity - remove dead code
  • Loading branch information
perexg committed May 23, 2016
1 parent 5269f35 commit aecd107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/parsers.c
Expand Up @@ -1272,7 +1272,7 @@ parse_mpeg2video(service_t *t, elementary_stream_t *st, size_t len,

if (st->es_priv) {
if (!TAILQ_EMPTY(&st->es_backlog))
parser_do_backlog(t, st, NULL, pkt ? pkt->pkt_meta : NULL);
parser_do_backlog(t, st, NULL, pkt->pkt_meta);
parser_deliver(t, st, pkt);
} else if (config.parser_backlog)
parser_backlog(t, st, pkt);
Expand Down

0 comments on commit aecd107

Please sign in to comment.