Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
936fbbb1
Commit
936fbbb1
authored
Jul 19, 2020
by
Cyrille Béraud
Committed by
Pierre Lespagnol
Jul 20, 2020
Browse files
Optimize video parameters
Change-Id: Ie3cfe63ed6128aa294abab10e667142e36d44cb5
parent
a33afc90
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/media/media_codec.h
View file @
936fbbb1
...
...
@@ -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
{
3
00
};
static
constexpr
unsigned
DEFAULT_MAX_BITRATE
{
6
000
};
static
constexpr
unsigned
DEFAULT_VIDEO_BITRATE
{
12
00
};
// in Kbits/second
static
constexpr
unsigned
DEFAULT_MIN_BITRATE
{
2
00
};
static
constexpr
unsigned
DEFAULT_MAX_BITRATE
{
3
000
};
static
constexpr
unsigned
DEFAULT_VIDEO_BITRATE
{
6
00
};
// in Kbits/second
SystemCodecInfo
(
unsigned
codecId
,
unsigned
avcodecId
,
const
std
::
string
&
name
,
const
std
::
string
&
libName
,
MediaType
mediaType
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment