projects
/
cubemap
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix a GCC warning.
[cubemap]
/
config.h
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 {