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

For #307, refactor aac to opus code

This commit is contained in:
winlin 2020-04-11 17:09:55 +08:00
parent 6ed2a4b6cb
commit 1f2db4d746
5 changed files with 41 additions and 24 deletions

View file

@ -532,7 +532,7 @@ class SrsSample
public:
// The size of unit.
int size;
// The ptr of unit, user must manage it.
// The ptr of unit, user must free it.
char* bytes;
// Whether is B frame.
bool bframe;