Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-dryabzhinsky committed Aug 6, 2016
1 parent a88bc39 commit 7381b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hls/ngx_rtmp_hls_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ ngx_rtmp_hls_write_playlist(ngx_rtmp_session_t *s)
fragments_length += f->duration;
}
/**
* Think that sum of frag length is more than playlist disired length - half minimal frag length
* Think that sum of frag length is more than playlist desired length - half minimal frag length
* XXX: sometimes sum of frag lengths are almost playlist length
* but key-frames come at random rate...
*/
Expand Down

0 comments on commit 7381b66

Please sign in to comment.