Conflicts:
	dash/ngx_rtmp_dash_module.c
This commit is contained in:
René Calles 2013-11-28 15:02:05 +00:00
commit 46edc6ccfd

View file

@ -1192,14 +1192,6 @@ ngx_rtmp_dash_video(ngx_rtmp_session_t *s, ngx_rtmp_header_t *h,
return NGX_OK;
}
p = (u_char *) &delay;
p[0] = in->buf->pos[4];
p[1] = in->buf->pos[3];
p[2] = in->buf->pos[2];
p[3] = 0;
p = (u_char *) &delay;
p[0] = in->buf->pos[4];