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

refine annotation

This commit is contained in:
wenjie.zhao 2015-03-11 14:36:28 +08:00
parent 570c0d66bd
commit 07d8f060eb

View file

@ -557,9 +557,8 @@ int SrsHds::flush_bootstrap()
abst.write_1bytes(1);
size_abst += 1;
///////////////////////////////////////////////////
start_asrt = start_abst + size_abst;
// MStream asrt;
// follows by asrt
abst.write_4bytes(0);
abst.write_string("asrt");
@ -625,8 +624,6 @@ int SrsHds::flush_bootstrap()
abst.write_1bytes(1);
size_abst += 1;
/////////////////////////////////////
//MStream afrt;
// follows by afrt
start_afrt = start_abst + size_abst;
@ -677,8 +674,6 @@ int SrsHds::flush_bootstrap()
}
update_box(start_afrt, size_afrt);
// abst.append(afrt);
size_abst += size_afrt;
update_box(start_abst, size_abst);