H264 parser: do not merge header NAL units twice
This commit is contained in:
parent
da3d9ecb48
commit
ea23369c5d
1 changed files with 0 additions and 4 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue