fixed return code

This commit is contained in:
Roman Arutyunyan 2014-09-01 17:21:13 +04:00
parent 5e1d735992
commit 0b3d545ff6

View file

@ -94,7 +94,7 @@ ngx_rtmp_mpegts_write_file(ngx_rtmp_mpegts_file_t *file, u_char *in,
return NGX_ERROR;
}
return rc;
return NGX_OK;
}
/* encrypt */