Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
18902ba6
Commit
18902ba6
authored
Nov 05, 2014
by
Simon Morlat
Browse files
restore fps limit to 12 for VGA on dual core ARMs
parent
9695bacc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/videofilters/vp8.c
src/videofilters/vp8.c
+1
-1
No files found.
src/videofilters/vp8.c
View file @
18902ba6
...
...
@@ -44,7 +44,7 @@ static const MSVideoConfiguration vp8_conf_list[] = {
MS_VP8_CONF
(
1024000
,
1536000
,
SXGA_MINUS
,
12
,
2
),
MS_VP8_CONF
(
750000
,
1024000
,
XGA
,
12
,
2
),
MS_VP8_CONF
(
500000
,
750000
,
SVGA
,
12
,
2
),
MS_VP8_CONF
(
300000
,
500000
,
VGA
,
1
5
,
2
),
MS_VP8_CONF
(
300000
,
500000
,
VGA
,
1
2
,
2
),
MS_VP8_CONF
(
100000
,
300000
,
QVGA
,
18
,
2
),
MS_VP8_CONF
(
64000
,
100000
,
QCIF
,
12
,
2
),
MS_VP8_CONF
(
300000
,
600000
,
VGA
,
12
,
1
),
...
...
Write
Preview
Markdown
is supported
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