mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix utest build failed.
This commit is contained in:
parent
c4b93b8a38
commit
8933e6f429
4 changed files with 27 additions and 27 deletions
|
@ -220,7 +220,7 @@ VOID TEST(KernelMp4Test, DiscoveryBox)
|
|||
SrsMp4Box* pbox;
|
||||
|
||||
if (true) {
|
||||
SrsBuffer b;
|
||||
SrsBuffer b(NULL, 0);
|
||||
HELPER_ASSERT_FAILED(SrsMp4Box::discovery(&b, &pbox));
|
||||
}
|
||||
|
||||
|
@ -419,7 +419,7 @@ VOID TEST(KernelMp4Test, UUIDBoxDecode)
|
|||
}
|
||||
|
||||
if (true) {
|
||||
SrsBuffer b;
|
||||
SrsBuffer b(NULL, 0);
|
||||
SrsMp4Box box;
|
||||
HELPER_ASSERT_FAILED(box.decode(&b));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue