Ticket #23: MP4_fails_under_hurdi386.patch
| File MP4_fails_under_hurdi386.patch, 506 bytes (added by , 15 years ago) |
|---|
-
nginx-1.1.4/src/http/modules/ngx_http_mp4_module.c
old new 1066 1066 1067 1067 atom_header = mp4->mdat_atom_header; 1068 1068 1069 if ( atom_data_size > 0xffffffff) {1069 if ((uint32_t)atom_data_size > 0xffffffff) { 1070 1070 atom_size = 1; 1071 1071 atom_header_size = sizeof(ngx_mp4_atom_header64_t); 1072 1072 ngx_mp4_set_64value(atom_header + sizeof(ngx_mp4_atom_header_t),
