1
0
Fork 0
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:
winlin 2015-09-22 08:59:21 +08:00
parent 0e52fc6d5b
commit dadfe101b4
5 changed files with 14 additions and 14 deletions

View file

@ -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;
}