Revert "function doesn't have that arg"

This reverts commit 9b8b482a0048290fcadc19f0bb4de442f8faa143.

old-commit-hash: a25d535793
commatwo_master
Adeeb Shihadeh 5 years ago
parent e2687448d6
commit d6d8d48b3f
  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):
assert len(fns) == len(indexes)
out_fns = [cache_path_for_file_path(fn, cache_prefix) for fn in fns]
out_fns = [cache_path_for_file_path(fn, cache_prefix, extension=".predecom.mkv") for fn in fns]
out_exists = map(os.path.exists, out_fns)
if all(out_exists):
return

Loading…
Cancel
Save