Skip to content

Commit

Permalink
Revert "修复进度条预览错误的图片大小信息会导致崩溃"
Browse files Browse the repository at this point in the history
This reverts commit fe74d3e.
  • Loading branch information
aaa1115910 committed Jun 12, 2024
1 parent 53b5239 commit 0a6cf3c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ data class VideoShot(
images = images,
imageCountX = videoShot.imgXLen,
imageCountY = videoShot.imgYLen,
imageWidth = videoShot.imgXSize.takeIf { it > 0 } ?: 160,
imageHeight = videoShot.imgYSize.takeIf { it > 0 } ?: 90
imageWidth = videoShot.imgXSize,
imageHeight = videoShot.imgYSize
)
}
}
Expand Down

0 comments on commit 0a6cf3c

Please sign in to comment.