Oeps
This commit is contained in:
parent
731a212bb0
commit
06e63e438c
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ bool FLV_GetPacket(FLV_Pack *& p){
|
||||||
p->isKeyframe = false;
|
p->isKeyframe = false;
|
||||||
if ((p->data[0] == 0x09) && (((p->data[11] & 0xf0) >> 4) == 1)){p->isKeyframe = true;}
|
if ((p->data[0] == 0x09) && (((p->data[11] & 0xf0) >> 4) == 1)){p->isKeyframe = true;}
|
||||||
done = true;
|
done = true;
|
||||||
|
sofar = 0;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue