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:
parent
6ed2a4b6cb
commit
1f2db4d746
5 changed files with 41 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue