Update Av1an/chunk.py

Co-authored-by: Will Bresnahan <bill.wresnahan@gmail.com>
This commit is contained in:
Zen 2020-08-22 17:33:58 +03:00 committed by GitHub
parent 640ec709af
commit 9cb9097ab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]:
"""