Fix merge mistake
This commit is contained in:
parent
ed997a1bc3
commit
9a0e009069
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,8 @@ namespace Mist {
|
||||||
if (!haveAvcc){
|
if (!haveAvcc){
|
||||||
avccbox.setPayload(myMeta.tracks[currentPacket.getTrackId()].init);
|
avccbox.setPayload(myMeta.tracks[currentPacket.getTrackId()].init);
|
||||||
haveAvcc = true;
|
haveAvcc = true;
|
||||||
|
bs = avccbox.asAnnexB();
|
||||||
|
fillPacket(first, bs.data(), bs.size(), VideoCounter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue