Attempt to fix FLV
This commit is contained in:
parent
78fc9f8ab2
commit
773a1fe5fc
2 changed files with 22 additions and 12 deletions
|
@ -51,6 +51,7 @@ namespace FLV {
|
|||
int buf; ///< Maximum length of buffer space.
|
||||
bool done; ///< Body reading done?
|
||||
unsigned int sofar; ///< How many bytes are read sofar?
|
||||
void setLen();
|
||||
//loader helper functions
|
||||
bool MemReadUntil(char * buffer, unsigned int count, unsigned int & sofar, char * D, unsigned int S, unsigned int & P);
|
||||
bool SockReadUntil(char * buffer, unsigned int count, unsigned int & sofar, Socket::Connection & sock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue