Skip to content

Commit 80f4541

Browse files
committed
fix: constants
1 parent 808b8fd commit 80f4541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

videodb/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ResizeMode:
180180

181181
@dataclass
182182
class VideoConfig:
183-
resolution: int = 720
183+
resolution: int = None
184184
quality: int = 23
185185
framerate: int = None
186186
aspect_ratio: str = None

0 commit comments

Comments
 (0)