comparison src/http/modules/ngx_http_mp4_module.c @ 6504:293413010217

Fixed spelling.
author Josh Soref <timeless@gmail.com>
date Thu, 07 Apr 2016 11:50:13 +0300
parents 3ef7bb882ad4
children 6136a51f9c21
comparison
equal deleted inserted replaced
6503:abc3be8d92ef 6504:293413010217
1431 u_char duration[4]; 1431 u_char duration[4];
1432 u_char reserved2[8]; 1432 u_char reserved2[8];
1433 u_char layer[2]; 1433 u_char layer[2];
1434 u_char group[2]; 1434 u_char group[2];
1435 u_char volume[2]; 1435 u_char volume[2];
1436 u_char reverved3[2]; 1436 u_char reserved3[2];
1437 u_char matrix[36]; 1437 u_char matrix[36];
1438 u_char width[4]; 1438 u_char width[4];
1439 u_char heigth[4]; 1439 u_char height[4];
1440 } ngx_mp4_tkhd_atom_t; 1440 } ngx_mp4_tkhd_atom_t;
1441 1441
1442 typedef struct { 1442 typedef struct {
1443 u_char size[4]; 1443 u_char size[4];
1444 u_char name[4]; 1444 u_char name[4];
1451 u_char duration[8]; 1451 u_char duration[8];
1452 u_char reserved2[8]; 1452 u_char reserved2[8];
1453 u_char layer[2]; 1453 u_char layer[2];
1454 u_char group[2]; 1454 u_char group[2];
1455 u_char volume[2]; 1455 u_char volume[2];
1456 u_char reverved3[2]; 1456 u_char reserved3[2];
1457 u_char matrix[36]; 1457 u_char matrix[36];
1458 u_char width[4]; 1458 u_char width[4];
1459 u_char heigth[4]; 1459 u_char height[4];
1460 } ngx_mp4_tkhd64_atom_t; 1460 } ngx_mp4_tkhd64_atom_t;
1461 1461
1462 1462
1463 static ngx_int_t 1463 static ngx_int_t
1464 ngx_http_mp4_read_tkhd_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size) 1464 ngx_http_mp4_read_tkhd_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)