Revert "function doesn't have that arg"

This reverts commit d712d9cf3b.
This commit is contained in:
Adeeb Shihadeh
2020-05-09 17:26:15 -07:00
parent d712d9cf3b
commit a25d535793
+1 -1
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