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 5964714 commit a4ef513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx-rtmp-module/src/ngx_rtmp_codec_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,8 @@ ngx_rtmp_codec_av(ngx_rtmp_session_t *s, ngx_rtmp_header_t *h, ngx_chain_t *in)
ctx->video_captions_tries--;
}

break;

default:
ctx->video_captions_tries = 0;
}
Expand Down

0 comments on commit a4ef513

Please sign in to comment.