projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58dd753
)
Fix a GCC warning.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 7 Apr 2018 09:15:50 +0000
(11:15 +0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sat, 7 Apr 2018 09:15:50 +0000
(11:15 +0200)
config.h
patch
|
blob
|
history
diff --git
a/config.h
b/config.h
index
11907db
..
b5461cc
100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-23,7
+23,7
@@
struct StreamConfig {
// These only matter if hls_url is nonempty.
int hls_frag_duration = 6; // Apple recommendation (“HLS Authoring Specification for Apple Devices”, point 7.5).
-
in
t hls_backlog_margin = 0;
+
size_
t hls_backlog_margin = 0;
};
struct UDPStreamConfig {