comparison src/http/modules/ngx_http_mp4_module.c @ 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
comparison
equal deleted inserted replaced
4094:c98b7e351332 4095:fbf665ffa171
1691 if (entries) { 1691 if (entries) {
1692 /* codecs of interest: avc1 (H.264), mp4a (MPEG-4 audio) */ 1692 /* codecs of interest: avc1 (H.264), mp4a (MPEG-4 audio) */
1693 1693
1694 ngx_log_debug3(NGX_LOG_DEBUG_HTTP, mp4->file.log, 0, 1694 ngx_log_debug3(NGX_LOG_DEBUG_HTTP, mp4->file.log, 0,
1695 "stsd entries:%ui, codec:%*s", 1695 "stsd entries:%ui, codec:%*s",
1696 entries, 4, atom_table); 1696 entries, 4,
1697 atom_header + sizeof(ngx_mp4_stsd_atom_t) + 4);
1698
1697 } 1699 }
1698 } 1700 }
1699 #endif 1701 #endif
1700 1702
1701 trak = ngx_mp4_last_trak(mp4); 1703 trak = ngx_mp4_last_trak(mp4);