Skip to content

Commit

Permalink
720p preset typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkordic committed Jun 7, 2024
1 parent 286f105 commit ee6a6a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enum class MaximumResolution(val width: Int, val height: Int) {
/// The standardized input will be scaled down
/// to 1280x720 (720p) from a larger size. Inputs
/// with smaller dimensions won't be scaled up.
Preset1280x720(1280, 1080), // 720p
Preset1280x720(1280, 720), // 720p
/// The standardized input will be scaled down
/// to 1920x1080 (1080p) from a larger size. Inputs
/// with smaller dimensions won't be scaled up.
Expand Down

0 comments on commit ee6a6a6

Please sign in to comment.