mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rename SrsBitStream to SrsBitBuffer
This commit is contained in:
parent
0e52fc6d5b
commit
dadfe101b4
5 changed files with 14 additions and 14 deletions
|
@ -981,7 +981,7 @@ int SrsAvcAacCodec::avc_demux_sps_rbsp(char* rbsp, int nb_rbsp)
|
|||
return ret;
|
||||
}
|
||||
|
||||
SrsBitStream bs;
|
||||
SrsBitBuffer bs;
|
||||
if ((ret = bs.initialize(&stream)) != ERROR_SUCCESS) {
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue