mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Update Av1an/encoders/encoder.py
Co-authored-by: Will Bresnahan <bill.wresnahan@gmail.com>
This commit is contained in:
parent
53f2d69a16
commit
0319fe1925
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue