Skip to content

Commit

Permalink
fix(lib): fix 480p resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Feb 20, 2024
1 parent 895ae9b commit 3fec3c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import android.util.Size
enum class Resolution(val size: Size) {
RESOLUTION_240(Size(352, 240)),
RESOLUTION_360(Size(640, 360)),
RESOLUTION_480(Size(858, 480)),
RESOLUTION_480(Size(854, 480)),
RESOLUTION_720(Size(1280, 720)),
RESOLUTION_1080(Size(1920, 1080));

Expand Down

0 comments on commit 3fec3c7

Please sign in to comment.