1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Covert FLV Vod decoder.

This commit is contained in:
winlin 2019-05-21 08:43:20 +08:00
parent 3bd7978b59
commit ea9c4f89af
3 changed files with 67 additions and 2 deletions

View file

@ -82,6 +82,8 @@ public:
int size;
int offset;
bool opened;
// Could seek.
bool seekable;
public:
MockSrsFileReader();
MockSrsFileReader(const char* data, int nb_data);