X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=config.h;h=b5461cceae1f0978cce52d53a82de1b2cca95655;hp=11907db342869711fdc7a8d57d594159792772fb;hb=6a647d84c4a76fba4f91fcb75ab8185dc7628d67;hpb=58dd753c464d917dc446e2cbb4c01fd750d4eb87 diff --git a/config.h b/config.h index 11907db..b5461cc 100644 --- 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). - int hls_backlog_margin = 0; + size_t hls_backlog_margin = 0; }; struct UDPStreamConfig {