From 9cb9097ab48eb66f41ac8beffd0dd354089a2c2a Mon Sep 17 00:00:00 2001 From: Zen <46526140+master-of-zen@users.noreply.github.com> Date: Sat, 22 Aug 2020 17:33:58 +0300 Subject: [PATCH] Update Av1an/chunk.py Co-authored-by: Will Bresnahan --- Av1an/chunk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Av1an/chunk.py b/Av1an/chunk.py index 25531f9..47fc5d4 100644 --- a/Av1an/chunk.py +++ b/Av1an/chunk.py @@ -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]: """