mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 19:12:47 +08:00
Mp4: fixed build on win32 after r4689.
This commit is contained in:
parent
835ad6b98b
commit
a83578384c
@ -1024,7 +1024,7 @@ ngx_http_mp4_read_moov_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)
|
|||||||
+ NGX_HTTP_MP4_MOOV_BUFFER_EXCESS * no_mdat;
|
+ NGX_HTTP_MP4_MOOV_BUFFER_EXCESS * no_mdat;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ngx_http_mp4_read(mp4, atom_data_size) != NGX_OK) {
|
if (ngx_http_mp4_read(mp4, (size_t) atom_data_size) != NGX_OK) {
|
||||||
return NGX_ERROR;
|
return NGX_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user