Skip to content
Snippets Groups Projects
Commit f0b7e69f authored by Adrien Béraud's avatar Adrien Béraud
Browse files

encoder: adapt quality parameters

Change-Id: Iad2fefccbe4921e0ae612391bd2c83adab77c3c2
parent 2951ccb2
No related branches found
No related tags found
No related merge requests found
...@@ -52,8 +52,8 @@ extern "C" { ...@@ -52,8 +52,8 @@ extern "C" {
namespace jami { namespace jami {
constexpr double LOGREG_PARAM_A {114.40432}; constexpr double LOGREG_PARAM_A {79};
constexpr double LOGREG_PARAM_B {-6.049181}; constexpr double LOGREG_PARAM_B {-4.};
MediaEncoder::MediaEncoder() MediaEncoder::MediaEncoder()
: outputCtx_(avformat_alloc_context()) : outputCtx_(avformat_alloc_context())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment