summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_mp4_module.c
diff options
context:
space:
mode:
authorJosh Soref <timeless@gmail.com>2016-04-07 11:50:13 +0300
committerJosh Soref <timeless@gmail.com>2016-04-07 11:50:13 +0300
commit73d27510c0d7022384a611269af22ff01634c6d0 (patch)
treeeb0ab93595aeabe0e6033127a3e1a8764f31e706 /src/http/modules/ngx_http_mp4_module.c
parent2f9f3453f2580337234de1c4ac14ae1c583201eb (diff)
downloadnginx-73d27510c0d7022384a611269af22ff01634c6d0.tar.gz
nginx-73d27510c0d7022384a611269af22ff01634c6d0.tar.bz2
Fixed spelling.
Diffstat (limited to 'src/http/modules/ngx_http_mp4_module.c')
-rw-r--r--src/http/modules/ngx_http_mp4_module.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/http/modules/ngx_http_mp4_module.c b/src/http/modules/ngx_http_mp4_module.c
index 6cb3ccfaa..16ef83cf0 100644
--- a/src/http/modules/ngx_http_mp4_module.c
+++ b/src/http/modules/ngx_http_mp4_module.c
@@ -1433,10 +1433,10 @@ typedef struct {
u_char layer[2];
u_char group[2];
u_char volume[2];
- u_char reverved3[2];
+ u_char reserved3[2];
u_char matrix[36];
u_char width[4];
- u_char heigth[4];
+ u_char height[4];
} ngx_mp4_tkhd_atom_t;
typedef struct {
@@ -1453,10 +1453,10 @@ typedef struct {
u_char layer[2];
u_char group[2];
u_char volume[2];
- u_char reverved3[2];
+ u_char reserved3[2];
u_char matrix[36];
u_char width[4];
- u_char heigth[4];
+ u_char height[4];
} ngx_mp4_tkhd64_atom_t;