Skip to content
Snippets Groups Projects
Commit 936fbbb1 authored by Cyrille Béraud's avatar Cyrille Béraud Committed by Pierre Lespagnol
Browse files

Optimize video parameters

Change-Id: Ie3cfe63ed6128aa294abab10e667142e36d44cb5
parent a33afc90
Branches
No related tags found
No related merge requests found
......@@ -75,9 +75,9 @@ struct SystemCodecInfo
// indicates that the codec does not use quality factor
static constexpr unsigned DEFAULT_NO_QUALITY {0};
static constexpr unsigned DEFAULT_MIN_BITRATE {300};
static constexpr unsigned DEFAULT_MAX_BITRATE {6000};
static constexpr unsigned DEFAULT_VIDEO_BITRATE {1200}; // in Kbits/second
static constexpr unsigned DEFAULT_MIN_BITRATE {200};
static constexpr unsigned DEFAULT_MAX_BITRATE {3000};
static constexpr unsigned DEFAULT_VIDEO_BITRATE {600}; // in Kbits/second
SystemCodecInfo(unsigned codecId, unsigned avcodecId, const std::string& name,
const std::string& libName, MediaType mediaType,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment