Skip to content

Commit c1a812d

Browse files
committed
Allow larger total screencast size
1 parent c4cceae commit c1a812d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anim_encoder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# regions.
4343
SIMPLIFICATION_TOLERANCE = 512
4444

45-
MAX_PACKED_HEIGHT = 10000
45+
MAX_PACKED_HEIGHT = 20000
4646

4747
def slice_size(a, b):
4848
return (a.stop - a.start) * (b.stop - b.start)

0 commit comments

Comments
 (0)