Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
H264 parser: do not merge header NAL units twice
  • Loading branch information
perexg committed Nov 22, 2014
1 parent da3d9ec commit ea23369
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/parsers/parser_avc.c
Expand Up @@ -220,10 +220,6 @@ avc_convert_pkt(th_pkt_t *src)

sbuf_init(&payload);

if(src->pkt_meta)
avc_parse_nal_units(&payload, pktbuf_ptr(src->pkt_meta),
pktbuf_len(src->pkt_meta));

avc_parse_nal_units(&payload, pktbuf_ptr(src->pkt_payload),
pktbuf_len(src->pkt_payload));

Expand Down

0 comments on commit ea23369

Please sign in to comment.