Skip to content

Commit

Permalink
FEC base: address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lamphamsy committed Jul 27, 2018
1 parent fa41c2f commit 20e26a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fec_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -860,9 +860,9 @@ void FecCode<T>::decode_apply(
* @param output_data_bufs must be exactly n_data (use nullptr when not
* missing/wanted)
*
* @note All streams must be of equal size
* @pre All streams must be of equal size
*
* @return true if decode succeded, else false
* @return true if decode succeeded, else false
*/
template <typename T>
bool FecCode<T>::decode_packet(
Expand Down

0 comments on commit 20e26a4

Please sign in to comment.