Skip to content

Commit

Permalink
restructure meta
Browse files Browse the repository at this point in the history
  • Loading branch information
gnolizuh authored Sep 4, 2018
1 parent 3fb55ad commit 6d0972a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ngx_rtmp_codec_module.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,10 @@ typedef struct {
ngx_chain_t *aac_header;

ngx_rtmp_header_t meta_header;
ngx_rtmp_header_t msgh;

ngx_chain_t *meta;
ngx_chain_t *meta_flv;
ngx_chain_t *msg;
ngx_uint_t meta_version;
ngx_flag_t meta_came;
} ngx_rtmp_codec_ctx_t;


Expand Down

0 comments on commit 6d0972a

Please sign in to comment.