We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4715de7 commit 994c8eaCopy full SHA for 994c8ea
src/video.cpp
@@ -380,7 +380,7 @@ struct video_desc get_video_desc_from_string(const char *string)
380
ret.height = 1080;
381
} else if (strncasecmp(string, "4k", 2) == 0 ||
382
STARTS_WITH(string, "2160p")) {
383
- ret.width = 3860;
+ ret.width = 3840;
384
ret.height = 2160;
385
} else if (strncasecmp(string, "4d", 2) == 0) {
386
ret.width = 4096;
0 commit comments