Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erankor committed May 4, 2024
1 parent 795dabe commit 9fdf131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-rtmp-module/src/ngx_rtmp_codec_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ static ngx_int_t
ngx_rtmp_codec_parse_hevc_header(ngx_rtmp_session_t *s, ngx_chain_t *in)
{
#if (NGX_DEBUG)
ngx_uint_t size
ngx_uint_t size;
ngx_uint_t narrs;
ngx_uint_t nal_type;
ngx_uint_t i, j, nnal, nnall;
Expand Down

0 comments on commit 9fdf131

Please sign in to comment.