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

CI: Cover all kernel aac

This commit is contained in:
winlin 2019-02-03 20:58:04 +08:00
parent 2ae3440128
commit 917cb4a299
4 changed files with 128 additions and 2 deletions

View file

@ -50,6 +50,8 @@ class MockSrsFileWriter : public SrsFileWriter
public:
char* data;
int offset;
srs_error_t err;
int error_offset;
public:
MockSrsFileWriter();
virtual ~MockSrsFileWriter();