From 0319fe1925b4f4ec664afb75253e91801a7cb1fb Mon Sep 17 00:00:00 2001 From: Zen <46526140+master-of-zen@users.noreply.github.com> Date: Sat, 22 Aug 2020 17:26:54 +0300 Subject: [PATCH] Update Av1an/encoders/encoder.py Co-authored-by: Will Bresnahan --- Av1an/encoders/encoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Av1an/encoders/encoder.py b/Av1an/encoders/encoder.py index 9068f0b..93f15c5 100644 --- a/Av1an/encoders/encoder.py +++ b/Av1an/encoders/encoder.py @@ -76,7 +76,7 @@ class Encoder(ABC): :return: match object from re.search matching the number of encoded frames""" pass - def make_pipes(self, a: Args, c: Chunk, passes, current_pass, output, man_q=None): + def make_pipes(self, a: Args, c: Chunk, passes: int, current_pass: int, output: str, man_q: int = None): """ reates a pipe for the given chunk with the given args