fixed comments

This commit is contained in:
Roman Arutyunyan 2013-04-15 09:35:05 +04:00
parent 0bd07562c5
commit 5d8a534aa4

View file

@ -1434,8 +1434,6 @@ ngx_rtmp_hls_cleanup(void *data)
return next;
}
/*TODO: make first loop for m3u8*/
for ( ;; ) {
ngx_set_errno(0);
@ -1470,8 +1468,6 @@ ngx_rtmp_hls_cleanup(void *data)
name.data[name.len - 2] == 'u' &&
name.data[name.len - 1] == '8')
{
/* playlist should never reference erased file */
max_age = cleanup->playlen / 1000;
} else {