mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Cover FLV vod open
This commit is contained in:
parent
dd4ccfab79
commit
f760c04340
2 changed files with 37 additions and 6 deletions
|
@ -54,6 +54,7 @@ public:
|
|||
int offset;
|
||||
srs_error_t err;
|
||||
int error_offset;
|
||||
bool opened;
|
||||
public:
|
||||
MockSrsFileWriter();
|
||||
virtual ~MockSrsFileWriter();
|
||||
|
@ -78,6 +79,7 @@ public:
|
|||
char* data;
|
||||
int size;
|
||||
int offset;
|
||||
bool opened;
|
||||
public:
|
||||
MockSrsFileReader();
|
||||
MockSrsFileReader(const char* data, int nb_data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue