]> git.kaiwu.me - nginx.git/commitdiff
Fix of codec debug message.
authorIgor Sysoev <igor@sysoev.ru>
Mon, 12 Sep 2011 14:54:28 +0000 (14:54 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 12 Sep 2011 14:54:28 +0000 (14:54 +0000)
src/http/modules/ngx_http_mp4_module.c

index 2275dbf2097796112c97eee383e5d489ef12a155..1f0808295e3a6e83e4f284cb05b37806cf0bec42 100644 (file)
@@ -1693,7 +1693,9 @@ ngx_http_mp4_read_stsd_atom(ngx_http_mp4_file_t *mp4, uint64_t atom_data_size)
 
         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