X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=config.h;h=b5461cceae1f0978cce52d53a82de1b2cca95655;hp=11907db342869711fdc7a8d57d594159792772fb;hb=d34b94a858c08d64eddfb9c115719fd9129be933;hpb=20e85bd6901355cc40a6cfb4c0deb7232d9aa63f 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 {