1
0
Fork 0
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:
winlin 2019-05-20 09:00:16 +08:00
parent dd4ccfab79
commit f760c04340
2 changed files with 37 additions and 6 deletions

View file

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