function doesn't have that arg

albatross
Adeeb Shihadeh 2020-05-09 17:21:51 -07:00
parent 48dec51f0e
commit d712d9cf3b
1 changed files with 1 additions and 1 deletions

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, 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)
if all(out_exists):
return