fixed magnifier type

This commit is contained in:
Roman Arutyunyan 2013-04-16 17:04:34 +04:00
parent 9b24a2f11a
commit a3db04dd5b

View file

@ -724,7 +724,7 @@ ngx_rtmp_hls_restore_stream(ngx_rtmp_session_t *s)
u_char *p, *last, *end, *next, *pa;
ngx_rtmp_hls_frag_t *f;
double duration;
ngx_uint_t mag;
uint64_t mag;
static u_char buffer[4096];
ctx = ngx_rtmp_get_module_ctx(s, ngx_rtmp_hls_module);