Attempt to fix FLV

This commit is contained in:
Thulinma 2011-09-15 18:48:57 +02:00
parent 78fc9f8ab2
commit 773a1fe5fc
2 changed files with 22 additions and 12 deletions

View file

@ -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);