Bugfix abst
This commit is contained in:
parent
8a546d0859
commit
f162b84976
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ int FlvToFragNum( FLV_Pack * tag ) {
|
|||
return (Timestamp / 10000) + 1;
|
||||
}
|
||||
|
||||
int FlvGetTimestamp( Flv_Pack * tag ) {
|
||||
int FlvGetTimestamp( FLV_Pack * tag ) {
|
||||
return ( (tag->data[7] << 24 ) + (tag->data[4] << 16 ) + (tag->data[5] << 8 ) + (tag->data[6] ) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue