removed useless code

This commit is contained in:
Roman Arutyunyan
2012-06-13 23:49:23 +04:00
parent 356b824af3
commit 5539cb7935

View File

@ -365,7 +365,6 @@ ngx_rtmp_live_av(ngx_rtmp_session_t *s, ngx_rtmp_header_t *h,
header_offset = 0;
header_version = 0;
if (codec_ctx) {
peer_out = NULL;
if (h->type == NGX_RTMP_MSG_AUDIO) {
if (codec_ctx->aac_pheader) {
header_out = codec_ctx->aac_pheader;