commit | d44855067de35b933098823152d803bdfea909f3 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Sep 12 14:54:28 2011 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Sep 12 14:54:28 2011 +0000 |
tree | 36c3c37c046590fcdf5056211610b70097d535c2 | |
parent | 3d9ae84bf9127f5bfbb7fc8df3c20c6878f8ebd3 [diff] |
Fix of codec debug message.
diff --git a/src/http/modules/ngx_http_mp4_module.c b/src/http/modules/ngx_http_mp4_module.c index 2275dbf..1f08082 100644 --- a/src/http/modules/ngx_http_mp4_module.c +++ b/src/http/modules/ngx_http_mp4_module.c
@@ -1693,7 +1693,9 @@ ngx_log_debug3(NGX_LOG_DEBUG_HTTP, mp4->file.log, 0, "stsd entries:%ui, codec:%*s", - entries, 4, atom_table); + entries, 4, + atom_header + sizeof(ngx_mp4_stsd_atom_t) + 4); + } } #endif