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:
parent
3bd7978b59
commit
ea9c4f89af
3 changed files with 67 additions and 2 deletions
|
@ -82,6 +82,8 @@ public:
|
|||
int size;
|
||||
int offset;
|
||||
bool opened;
|
||||
// Could seek.
|
||||
bool seekable;
|
||||
public:
|
||||
MockSrsFileReader();
|
||||
MockSrsFileReader(const char* data, int nb_data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue