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