# HG changeset patch # User Igor Sysoev # Date 1315839268 0 # Node ID fbf665ffa171bf10d72c97f4305fc700ef5a9e45 # Parent c98b7e3513328f300f040dc42e68bfeb7023c10a 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 --- 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