Skip to content

Commit

Permalink
refine annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjie.zhao committed Mar 11, 2015
1 parent 570c0d6 commit 07d8f06
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions trunk/src/app/srs_app_hds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down Expand Up @@ -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;

Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 07d8f06

Please sign in to comment.