changeset 4095:fbf665ffa171

Fix of codec debug message.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Sep 2011 14:54:28 +0000
parents c98b7e351332
children f9a1646b9611
files src/http/modules/ngx_http_mp4_module.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_mp4_module.c
+++ b/src/http/modules/ngx_http_mp4_module.c
@@ -1693,7 +1693,9 @@ ngx_http_mp4_read_stsd_atom(ngx_http_mp4
 
         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