moved handling AVC/AAC headers to a separate code_module

This commit is contained in:
Roman Arutyunyan
2012-06-09 19:22:18 +04:00
parent 7c13597508
commit cc1e4899cc
9 changed files with 422 additions and 201 deletions

View File

@ -8,7 +8,7 @@
#include "ngx_rtmp.h"
#include "ngx_rtmp_live_module.h"
#include "ngx_rtmp_codecs.h"
#include "ngx_rtmp_codec_module.h"
static ngx_int_t ngx_rtmp_stat_postconfiguration(ngx_conf_t *cf);