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

For #913, APP support complex error.

This commit is contained in:
winlin 2018-01-01 22:32:54 +08:00
parent e2c1f58674
commit db08f1586c
14 changed files with 623 additions and 591 deletions

View file

@ -78,7 +78,7 @@ private:
/**
* report and final packet
*/
virtual int final(SrsBandwidthPacket** ppkt);
virtual int do_final(SrsBandwidthPacket** ppkt);
};
#endif