transcode: fix AAC encoding (wrong ADTS header - typo in source)
This commit is contained in:
parent
6f8b1c5ad6
commit
1027f294d0
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ scleanup:
|
|||
n->pkt_duration = packet.duration;
|
||||
|
||||
if (extra_size && ts->ts_type == SCT_AAC)
|
||||
create_adts_header(pkt->pkt_payload, n->pkt_sri, octx->channels);
|
||||
create_adts_header(n->pkt_payload, n->pkt_sri, octx->channels);
|
||||
|
||||
if (octx->extradata_size)
|
||||
n->pkt_meta = pktbuf_alloc(octx->extradata, octx->extradata_size);
|
||||
|
|
Loading…
Add table
Reference in a new issue