Skip to content

Commit dba0454

Browse files
Update _process.py
1 parent 7bf8b0f commit dba0454

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ffmpeg_streaming/_process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def _monitor(self):
8888
if callable(self.monitor):
8989
duration = get_time('Duration: ', line, duration)
9090
_time = get_time('time=', line, _time)
91+
#FIXME: review the following line and refactor it if it needed
9192
self.monitor(self,line, duration, _time, time_left(start_time, _time, duration), self.process)
9293

9394
Process.out = log

0 commit comments

Comments
 (0)