From aff424f0409d44daa4662b6dea843fb8fe6e3aa2 Mon Sep 17 00:00:00 2001 From: consti10 Date: Sat, 1 Jan 2022 18:16:57 +0100 Subject: [PATCH] fix print in fec lib --- src/ExternalCSources/fec/fec.h | 2 +- src/benchmark.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ExternalCSources/fec/fec.h b/src/ExternalCSources/fec/fec.h index de262820..60f68c0e 100644 --- a/src/ExternalCSources/fec/fec.h +++ b/src/ExternalCSources/fec/fec.h @@ -5,7 +5,7 @@ extern "C" { #endif -#define PROFILE +//#define PROFILE typedef struct fec_parms *fec_code_t; typedef unsigned char gf; diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 7f01be4a..3ce1513c 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -100,7 +100,7 @@ void benchmark_fec_encode(const Options& options,bool printBlockTime=false){ packetizedBenchmark.end(); std::cout<<"Encoding a block of size:"<