function doesn't have that arg

old-commit-hash: d712d9cf3b
commatwo_master
Adeeb Shihadeh 5 years ago
parent 0a5273bf46
commit e2687448d6
  1. 2
      tools/lib/framereader.py

@ -216,7 +216,7 @@ def get_video_index(fn, frame_type, cache_prefix=None):
def pstream_predecompress(fns, probe, indexes, global_prefix, cache_prefix, multithreaded=False): def pstream_predecompress(fns, probe, indexes, global_prefix, cache_prefix, multithreaded=False):
assert len(fns) == len(indexes) assert len(fns) == len(indexes)
out_fns = [cache_path_for_file_path(fn, cache_prefix, extension=".predecom.mkv") for fn in fns] out_fns = [cache_path_for_file_path(fn, cache_prefix) for fn in fns]
out_exists = map(os.path.exists, out_fns) out_exists = map(os.path.exists, out_fns)
if all(out_exists): if all(out_exists):
return return

Loading…
Cancel
Save