mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Update Av1an/chunk.py
Co-authored-by: Will Bresnahan <bill.wresnahan@gmail.com>
This commit is contained in:
parent
640ec709af
commit
9cb9097ab4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Chunk:
|
|||
self.temp: Path = temp
|
||||
self.frames: int = frames
|
||||
self.output_ext: str = output_ext
|
||||
self.vmaf_target_cq = None
|
||||
self.vmaf_target_cq: Optional[int] = None
|
||||
|
||||
def to_dict(self) -> Dict[str, Any]:
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue