Update Av1an/encoders/encoder.py

Co-authored-by: Will Bresnahan <bill.wresnahan@gmail.com>
This commit is contained in:
Zen 2020-08-22 17:26:54 +03:00 committed by GitHub
parent 53f2d69a16
commit 0319fe1925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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