Another type conversion fix for MSVS

This commit is contained in:
Sergey Dryabzhinsky 2016-06-25 16:00:57 +03:00
parent 77ba897d2f
commit 2b0596051e

View file

@ -1050,7 +1050,7 @@ ngx_rtmp_hls_open_fragment(ngx_rtmp_session_t *s, uint64_t ts,
}
// This is continuity counter for TS header
mpegts_cc = (ctx->nfrags + ctx->frag);
mpegts_cc = (ngx_uint_t)(ctx->nfrags + ctx->frag);
ngx_log_debug7(NGX_LOG_DEBUG_RTMP, s->connection->log, 0,
"hls: open fragment file='%s', keyfile='%s', "