fixed RTMP header prepare code

This commit is contained in:
Roman Arutyunyan 2012-11-14 16:08:22 +04:00
parent 6ed71b7c22
commit 7c47087c5b

View file

@ -594,10 +594,10 @@ ngx_rtmp_prepare_message(ngx_rtmp_session_t *s, ngx_rtmp_header_t *h,
timestamp = h->timestamp;
}
if (lh) {
/*if (lh) {
*lh = *h;
lh->mlen = mlen;
}
}*/
hsize = hdrsize[fmt];