full cut: Fix a typo

pull/103/head
Mike Lang 5 years ago committed by GitHub
parent 1218b694dd
commit c970677a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -407,7 +407,7 @@ def full_cut_segments(segments, start, end, encode_args):
input_feeder = None
try:
ffmpeg = ffmpeg_cut_stdin(cut_start, cut_end, encode_args)
input_feeder = gevent.spawn(feed_input, ffmpeg.stdin)
input_feeder = gevent.spawn(feed_input, segments, ffmpeg.stdin)
# stream the output until it is closed
for chunk in read_chunks(ffmpeg.stdout):
yield chunk

Loading…
Cancel
Save