Fix merge mistake

This commit is contained in:
Thulinma 2015-02-19 12:36:40 +01:00
parent ed997a1bc3
commit 9a0e009069

View file

@ -181,6 +181,8 @@ namespace Mist {
if (!haveAvcc){
avccbox.setPayload(myMeta.tracks[currentPacket.getTrackId()].init);
haveAvcc = true;
bs = avccbox.asAnnexB();
fillPacket(first, bs.data(), bs.size(), VideoCounter);
}
}