Skip to content

Commit

Permalink
fix print in fec lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Jan 1, 2022
1 parent 236ef5d commit aff424f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ExternalCSources/fec/fec.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
extern "C" {
#endif

#define PROFILE
//#define PROFILE

typedef struct fec_parms *fec_code_t;
typedef unsigned char gf;
Expand Down
2 changes: 1 addition & 1 deletion src/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void benchmark_fec_encode(const Options& options,bool printBlockTime=false){
packetizedBenchmark.end();
std::cout<<"Encoding a block of size:"<<StringHelper::memorySizeReadable(blockSizeBytes)<<
" took "<<(blockEncodingTimeUsTotal/blockEncodingTimeCount)/1000.0f<<" ms on average"<<"\n";
printDetail();
//printDetail();
}


Expand Down

0 comments on commit aff424f

Please sign in to comment.