Revert "function doesn't have that arg"

This reverts commit 9b8b482a0048290fcadc19f0bb4de442f8faa143.

old-commit-hash: a25d535793cb22a8842679e119f759a8fcf054ee
This commit is contained in:
Adeeb Shihadeh
2020-05-09 17:26:15 -07:00
parent e2687448d6
commit d6d8d48b3f

View File

@@ -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